NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 261 - Allow xmlns='...' anywhere in HTML. (bug: 5801) (blame: hs)
Allow xmlns='...' anywhere in HTML. (bug: 5801) (blame: hs)
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
http://svn.whatwg.org/webapps/source?...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-07-22 15:34 CEST by Henri Sivonen
Modified: 2008-07-22 17:44 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henri Sivonen 2008-07-22 15:34:45 CEST
Index: source
===================================================================
--- source	(revision 1833)
+++ source	(revision 1834)
@@ -5519,11 +5519,9 @@
   <code title="">data-msgid</code>) can be specified on any <span>HTML
   element</span>, to store custom data specific to the page.</p>
 
-  <p>In <span>HTML documents</span>, the <code>html</code> element,
-  and any other elements in the <span>HTML namespace</span> whose
-  parent element is not in the <span>HTML namespace</span>, may have
-  an <code title="">xmlns</code> attribute specified, if, and only if,
-  it has the exact value
+  <p>In <span>HTML documents</span>, elements in the <span>HTML
+  namespace</span> may have an <code title="">xmlns</code> attribute
+  specified, if, and only if, it has the exact value
   "<code>http://www.w3.org/1999/xhtml</code>". This does not apply to
   <span>XML documents</span>.</p>