[html5] r6226 - [giow] (2) Change how U+0000 NULLs are parsed in MathML text integration points; [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jun 14 16:13:41 PDT 2011


Author: ianh
Date: 2011-06-14 16:13:39 -0700 (Tue, 14 Jun 2011)
New Revision: 6226

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Change how U+0000 NULLs are parsed in MathML text integration points; may also have some side-effects on misnested formatting elements.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12357

Modified: complete.html
===================================================================
--- complete.html	2011-06-14 23:10:22 UTC (rev 6225)
+++ complete.html	2011-06-14 23:13:39 UTC (rev 6226)
@@ -85825,6 +85825,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>

Modified: index
===================================================================
--- index	2011-06-14 23:10:22 UTC (rev 6225)
+++ index	2011-06-14 23:13:39 UTC (rev 6226)
@@ -81542,6 +81542,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>

Modified: source
===================================================================
--- source	2011-06-14 23:10:22 UTC (rev 6225)
+++ source	2011-06-14 23:13:39 UTC (rev 6226)
@@ -97596,6 +97596,7 @@
    <dt>If there is no <span>current node</span></dt>
    <dt>If the <span>current node</span> is an element in the <span>HTML namespace</span></dt>
    <dt>If the <span>current node</span> is a <span>MathML text integration point</span> and the token is a start tag whose tag name is neither "mglyph" nor "malignmark"</dt>
+   <dt>If the <span>current node</span> is a <span>MathML text integration point</span> and the token is a character token</dt>
    <dt>If the <span>current node</span> is an <code title="">annotation-xml</code> element in the <span>MathML namespace</span> and the token is a start tag whose tag name is "svg"</dt>
    <dt>If the <span>current node</span> is an <span>HTML integration point</span> and the token is a start tag</dt>
    <dt>If the <span>current node</span> is an <span>HTML integration point</span> and the token is a character token</dt>




More information about the Commit-Watchers mailing list