Skip to content

Commit

Permalink
[giow] (2) Change how U+0000 NULLs are parsed in MathML text integrat…
Browse files Browse the repository at this point in the history
…ion points; may also have some side-effects on misnested formatting elements.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12357

git-svn-id: http://svn.whatwg.org/webapps@6226 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 14, 2011
1 parent 4f64fb0 commit edfa542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions complete.html
Expand Up @@ -85825,6 +85825,7 @@ <h4 id=tree-construction><span class=secno>13.2.5 </span><dfn>Tree construction<
<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>
Expand Down
1 change: 1 addition & 0 deletions index
Expand Up @@ -81542,6 +81542,7 @@ interface <dfn id=messagechannel>MessageChannel</dfn> {
<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>
Expand Down
1 change: 1 addition & 0 deletions source
Expand Up @@ -97596,6 +97596,7 @@ interface <span>WindowLocalStorage</span> {
<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>
Expand Down

0 comments on commit edfa542

Please sign in to comment.