html5/spec Overview.html,1.1870,1.1871

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1081

Modified Files:
	Overview.html 
Log Message:
xmlns:link='bla' is a parse error for all but one value of bla. (whatwg r2701)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1870
retrieving revision 1.1871
diff -u -d -r1.1870 -r1.1871
--- Overview.html	24 Jan 2009 00:18:19 -0000	1.1870
+++ Overview.html	24 Jan 2009 00:28:32 -0000	1.1871
@@ -39874,7 +39874,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>When the steps below require the user agent to <dfn id=adjust-mathml-attributes>adjust MathML
+  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>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
   named <code title="">definitionurl</code>, change its name to <code title="">definitionURL</code> (note the case difference).</p><!--XXXSVG
   <p>When the steps below require the user agent to <dfn>adjust SVG

Received on Saturday, 24 January 2009 00:28:43 UTC