Bugzilla – Bug 261
Allow xmlns='...' anywhere in HTML. (bug: 5801) (blame: hs)
Last modified: 2008-07-22 17:44:29 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>