[html5] r2701 - [c] (0) xmlns:link='bla' is a parse error for all but one value of bla.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jan 23 16:28:28 PST 2009
Author: ianh
Date: 2009-01-23 16:28:27 -0800 (Fri, 23 Jan 2009)
New Revision: 2701
Modified:
index
source
Log:
[c] (0) xmlns:link='bla' is a parse error for all but one value of bla.
Modified: index
===================================================================
--- index 2009-01-24 00:18:15 UTC (rev 2700)
+++ index 2009-01-24 00:28:27 UTC (rev 2701)
@@ -49482,7 +49482,10 @@
<a href=#stack-of-open-elements>stack of open elements</a> so that it is the new
<a href=#current-node>current node</a>. If the newly created element has an <code title="">xmlns</code> attribute in the <a href=#xmlns-namespace>XMLNS namespace</a>
whose value is not exactly the same as the element's namespace, that
- is a <a href=#parse-error>parse error</a>.</p>
+ is a <a href=#parse-error>parse error</a>. Similarly, if the newly created
+ element has an <code title="">xmlns:xlink</code> attribute in the
+ <a href=#xmlns-namespace>XMLNS namespace</a> whose value is not the <a href=#xlink-namespace>XLink
+ Namespace</a>, that is a <a href=#parse-error>parse error</a>.</p>
<p>When the steps below require the user agent to <dfn id=adjust-mathml-attributes>adjust MathML
attributes</dfn> for a token, then, if the token has an attribute
Modified: source
===================================================================
--- source 2009-01-24 00:18:15 UTC (rev 2700)
+++ source 2009-01-24 00:28:27 UTC (rev 2701)
@@ -56528,7 +56528,10 @@
<span>current node</span>. If the newly created element has an <code
title="">xmlns</code> attribute in the <span>XMLNS namespace</span>
whose value is not exactly the same as the element's namespace, that
- is a <span>parse error</span>.</p>
+ is a <span>parse error</span>. Similarly, if the newly created
+ element has an <code title="">xmlns:xlink</code> attribute in the
+ <span>XMLNS namespace</span> whose value is not the <span>XLink
+ Namespace</span>, that is a <span>parse error</span>.</p>
<p>When the steps below require the user agent to <dfn>adjust MathML
attributes</dfn> for a token, then, if the token has an attribute
More information about the Commit-Watchers
mailing list