diff options
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/docs/install.html | 8 | ||||
-rwxr-xr-x | htdocs/whatsnew.html | 10 |
2 files changed, 13 insertions, 5 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index fd09263..eb02146 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.56 2009-12-02 19:53:34 ville Exp $" ---><!--#set var="date" value="\$Date: 2009-12-02 19:53:34 $" +<!--#set var="revision" value="\$Id: install.html,v 1.57 2009-12-11 18:40:24 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-12-11 18:40:24 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -139,7 +139,9 @@ install Bundle::W3C::Validator </dd> <dt><a href="http://search.cpan.org/dist/HTML-Parser/">HTML-Parser</a> >= 3.24</dt> <dd> - Minimal HTML parser used for preparse and finding metadata. + Minimal HTML parser used for preparse and finding metadata. Version + 3.24 or newer is required, but the full feature set is available + only if version 3.60 or newer is installed. </dd> <dt><a href="http://search.cpan.org/dist/HTML-Encoding/">HTML-Encoding</a></dt> <dd> diff --git a/htdocs/whatsnew.html b/htdocs/whatsnew.html index 9fd8dd8..f46e2ca 100755 --- a/htdocs/whatsnew.html +++ b/htdocs/whatsnew.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: whatsnew.html,v 1.90 2009-12-10 19:28:13 ville Exp $" ---><!--#set var="date" value="\$Date: 2009-12-10 19:28:13 $" +<!--#set var="revision" value="\$Id: whatsnew.html,v 1.91 2009-12-11 18:40:24 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-12-11 18:40:24 $" --><!--#set var="title" value="What's New at The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#set var="feeds" value="1" @@ -95,6 +95,12 @@ to 45 seconds</a>. </li> <li> + Enhancement: support for charsets specified with + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=5992"><code><meta + charset="..."></code> in HTML5 documents</a> has been added + (provided that HTML::HeadParser >= 3.60 is installed). + </li> + <li> Bug fix: <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=5132">full document doctype was incorrectly in effect</a> when validating |