[html5] r5490 - [giow] (1) <svg><title>[EOF] had an infinite loop. Fixing http://www.w3.org/Bugs [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Sep 25 11:02:48 PDT 2010
Author: ianh
Date: 2010-09-25 11:02:47 -0700 (Sat, 25 Sep 2010)
New Revision: 5490
Modified:
complete.html
index
source
Log:
[giow] (1) <svg><title>[EOF] had an infinite loop.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10491
Modified: complete.html
===================================================================
--- complete.html 2010-09-25 17:59:04 UTC (rev 5489)
+++ complete.html 2010-09-25 18:02:47 UTC (rev 5490)
@@ -82842,8 +82842,10 @@
<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>
Modified: index
===================================================================
--- index 2010-09-25 17:59:04 UTC (rev 5489)
+++ index 2010-09-25 18:02:47 UTC (rev 5490)
@@ -78760,8 +78760,10 @@
<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>
Modified: source
===================================================================
--- source 2010-09-25 17:59:04 UTC (rev 5489)
+++ source 2010-09-25 18:02:47 UTC (rev 5490)
@@ -94529,8 +94529,10 @@
<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">
More information about the Commit-Watchers
mailing list