- From: poot <cvsmail@w3.org>
- Date: Sun, 26 Sep 2010 03:03:08 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: <svg><title>[EOF] had an infinite loop. (whatwg r5490) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4380&r2=1.4381&f=h http://html5.org/tools/web-apps-tracker?from=5489&to=5490 =================================================================== 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:39 UTC