- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 10 Oct 2006 07:35:37 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3814
Summary: Unable to validate XHTML 1.1 documents
Product: Unicorn
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: dave.null@w3.org
ReportedBy: eldebaran@gmail.com
QAContact: www-validator-cvs@w3.org
It seems to be impossible to validate a XHTML 1.1 document.
If the "lang" attribute is not defined for the "html" element, the appc-checker
test fails with the following message: "<example xml:lang='en'> shall be
written as <example lang='en' xml:lang='en'>".
But using the "lang" attribute makes the markup-validator test fail as it is
not a valid XHTML 1.1 attribute.
Received on Tuesday, 10 October 2006 07:35:47 UTC