[Bug 6296] text/html with XHTML 1.0 doctype and HTML5 override validates as XHTML5

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6296


Ville Skyttä <ville.skytta@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ville.skytta@iki.fi




--- Comment #13 from Ville Skyttä <ville.skytta@iki.fi>  2009-01-04 20:42:35 ---
The implementation in CVS used the "textarea input" mode for validator.nu
without passing the "parser" parameter, which is against a "should" in upstream
docs.  I changed it to use the "HTTP entity body" mode which solves this
problem as well as allows in non-doctype-override, non-charset-override
scenarios us to pass the original document and its content-type and charset
intact to validator.nu.  As a side effect, this also allows us to use gzipped
requests to validator.nu with libwww-perl which is recommended by upstream
docs.

http://www.w3.org/mid/E1LJZgk-0007br-NR%40lionel-hutz.w3.org


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Sunday, 4 January 2009 20:42:44 UTC