hixie: Change how U+0000 NULLs are parsed in MathML text integration points; may also have some side-effects on misnested formatting elements. (whatwg r6226)

hixie: Change how U+0000 NULLs are parsed in MathML text integration
points; may also have some side-effects on misnested formatting
elements. (whatwg r6226)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4989&r2=1.4990&f=h
http://html5.org/tools/web-apps-tracker?from=6225&to=6226

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4989
retrieving revision 1.4990
diff -u -d -r1.4989 -r1.4990
--- Overview.html 14 Jun 2011 23:10:27 -0000 1.4989
+++ Overview.html 14 Jun 2011 23:13:44 -0000 1.4990
@@ -58902,6 +58902,7 @@
   <dl class="switch"><dt>If there is no <a href="#current-node">current node</a></dt>
    <dt>If the <a href="#current-node">current node</a> is an element in the <a href="#html-namespace-0">HTML namespace</a></dt>
    <dt>If the <a href="#current-node">current node</a> is a <a href="#mathml-text-integration-point">MathML text integration point</a> and the token is a start tag whose tag name is neither "mglyph" nor "malignmark"</dt>
+   <dt>If the <a href="#current-node">current node</a> is a <a href="#mathml-text-integration-point">MathML text integration point</a> and the token is a character token</dt>
    <dt>If the <a href="#current-node">current node</a> is an <code title="">annotation-xml</code> element in the <a href="#mathml-namespace">MathML namespace</a> and the token is a start tag whose tag name is "svg"</dt>
    <dt>If the <a href="#current-node">current node</a> is an <a href="#html-integration-point">HTML integration point</a> and the token is a start tag</dt>
    <dt>If the <a href="#current-node">current node</a> is an <a href="#html-integration-point">HTML integration point</a> and the token is a character token</dt>

Received on Friday, 17 June 2011 09:52:31 UTC