[html5] r1834 - [c] (0) Allow xmlns='...' anywhere in HTML. (bug: 5801) (blame: hs)
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jun 30 16:44:34 PDT 2008
Author: ianh
Date: 2008-06-30 16:44:32 -0700 (Mon, 30 Jun 2008)
New Revision: 1834
Modified:
index
source
Log:
[c] (0) Allow xmlns='...' anywhere in HTML. (bug: 5801) (blame: hs)
Modified: index
===================================================================
--- index 2008-06-30 23:18:20 UTC (rev 1833)
+++ index 2008-06-30 23:44:32 UTC (rev 1834)
@@ -7353,10 +7353,8 @@
title="">data-msgid</code>) can be specified on any <span>HTML
element</span>, to store custom data specific to the page.
- <p>In <a href="#html-">HTML documents</a>, the <code><a
- href="#html">html</a></code> element, and any other elements in the <a
- href="#html-namespace0">HTML namespace</a> whose parent element is not in
- the <a href="#html-namespace0">HTML namespace</a>, may have an <code
+ <p>In <a href="#html-">HTML documents</a>, elements in the <a
+ href="#html-namespace0">HTML namespace</a> 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 <a href="#xml-documents">XML documents</a>.
Modified: source
===================================================================
--- source 2008-06-30 23:18:20 UTC (rev 1833)
+++ source 2008-06-30 23:44:32 UTC (rev 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>
More information about the Commit-Watchers
mailing list