- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 25 Sep 2010 18:02:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21908
Modified Files:
Overview.html
Log Message:
<svg><title>[EOF] had an infinite loop. (whatwg r5490)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4380
retrieving revision 1.4381
diff -u -d -r1.4380 -r1.4381
--- Overview.html 25 Sep 2010 17:59:08 -0000 1.4380
+++ Overview.html 25 Sep 2010 18:02:51 -0000 1.4381
@@ -59968,8 +59968,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>
Received on Saturday, 25 September 2010 18:03:01 UTC