Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[giow] (1) <svg><title>[EOF] had an infinite loop.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10491

git-svn-id: http://svn.whatwg.org/webapps@5490 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 25, 2010
1 parent 8dbeebb commit b2e9556
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions complete.html
Expand Up @@ -82842,8 +82842,10 @@ <h5 id=parsing-main-inselect><span class=secno>12.2.5.19 </span>The "<dfn title=

<p><a href=#parse-error>Parse error</a>.</p>

<p>Pop elements from the <a href=#stack-of-open-elements>stack of open elements</a> until
the <a href=#current-node>current node</a> is one of the following:</p>
<p>Pop an element from the <a href=#stack-of-open-elements>stack of open elements</a>,
and then keep popping more elements from the <a href=#stack-of-open-elements>stack of open
elements</a> until the <a href=#current-node>current node</a> is one of the
following:</p>

<ul class=brief><li>an <code title="">mi</code> element in the <a href=#mathml-namespace>MathML namespace</a></li>
<li>an <code title="">mo</code> element in the <a href=#mathml-namespace>MathML namespace</a></li>
Expand Down
6 changes: 4 additions & 2 deletions index
Expand Up @@ -78760,8 +78760,10 @@ document.body.appendChild(text);

<p><a href=#parse-error>Parse error</a>.</p>

<p>Pop elements from the <a href=#stack-of-open-elements>stack of open elements</a> until
the <a href=#current-node>current node</a> is one of the following:</p>
<p>Pop an element from the <a href=#stack-of-open-elements>stack of open elements</a>,
and then keep popping more elements from the <a href=#stack-of-open-elements>stack of open
elements</a> until the <a href=#current-node>current node</a> is one of the
following:</p>

<ul class=brief><li>an <code title="">mi</code> element in the <a href=#mathml-namespace>MathML namespace</a></li>
<li>an <code title="">mo</code> element in the <a href=#mathml-namespace>MathML namespace</a></li>
Expand Down
6 changes: 4 additions & 2 deletions source
Expand Up @@ -94529,8 +94529,10 @@ document.body.appendChild(text);

<p><span>Parse error</span>.</p>

<p>Pop elements from the <span>stack of open elements</span> until
the <span>current node</span> is one of the following:</p>
<p>Pop an element from the <span>stack of open elements</span>,
and then keep popping more elements from the <span>stack of open
elements</span> until the <span>current node</span> is one of the
following:</p>

<ul class="brief">

Expand Down

0 comments on commit b2e9556

Please sign in to comment.