validator/htdocs whatsnew.html,1.90,1.91

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv12934/htdocs

Modified Files:
	whatsnew.html 
Log Message:
Add support for <meta charset="..."> in HTML5 documents (#5992).

Index: whatsnew.html
===================================================================
RCS file: /sources/public/validator/htdocs/whatsnew.html,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- whatsnew.html	10 Dec 2009 19:28:13 -0000	1.90
+++ whatsnew.html	11 Dec 2009 18:40:24 -0000	1.91
@@ -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>&lt;meta
+                charset="..."&gt;</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

Received on Friday, 11 December 2009 18:40:27 UTC