[Bug 9967] don't switch to XHTML5 checking on HTML5 direct input that has xmlns="http://www.w3.org/1999/xhtml"

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

Filipus Klutiero <chealer@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chealer@gmail.com

--- Comment #2 from Filipus Klutiero <chealer@gmail.com> 2011-09-10 14:56:56 UTC ---
Here is another way in which this manifests.

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta
http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>                        HomePage </title>
</head>
<body> </body>
</html>

The above, which is clearly in "HTML HTML syntax", is also interpreted as
XHTML, and most confusingly, the validator whines it's not valid XHTML on the
declaration that it is in "HTML HTML syntax":

"Bad value Content-Type for attribute http-equiv on XHTML element meta"

-- 
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 Saturday, 10 September 2011 14:57:04 UTC