Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[c] (0) xmlns:link='bla' is a parse error for all but one value of bla.
git-svn-id: http://svn.whatwg.org/webapps@2701 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 24, 2009
1 parent 7838b4d commit fdfe3dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index
Expand Up @@ -49482,7 +49482,10 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<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
Expand Down
5 changes: 4 additions & 1 deletion source
Expand Up @@ -56528,7 +56528,10 @@ interface <dfn>MessageChannel</dfn> {
<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
Expand Down

0 comments on commit fdfe3dd

Please sign in to comment.