- From: poot <cvsmail@w3.org>
- Date: Sat, 24 Jan 2009 09:31:10 +0900 (JST)
- To: public-html-diffs@w3.org
xmlns:link='bla' is a parse error for all but one value of bla. (whatwg r2701) adjust MathML attributes http://people.w3.org/mike/diffs/html5/spec/Overview.1.1871.html#adjust-mathml-attributes insert a foreign element http://people.w3.org/mike/diffs/html5/spec/Overview.1.1871.html#insert-a-foreign-element http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1870&r2=1.1871&f=h http://html5.org/tools/web-apps-tracker?from=2700&to=2701 =================================================================== 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:31:47 UTC