- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 08:52:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv10526 Modified Files: Overview.html Log Message: Misplaced loop label in 'li' processing. (whatwg r4242) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3387 retrieving revision 1.3388 diff -u -d -r1.3387 -r1.3388 --- Overview.html 21 Oct 2009 08:18:23 -0000 1.3387 +++ Overview.html 21 Oct 2009 08:52:19 -0000 1.3388 @@ -58537,11 +58537,11 @@ <li><p>Initialize <var title="">node</var> to be the <a href="#current-node">current node</a> (the bottommost node of the stack).</li> - <li><p>If <var title="">node</var> is an <code><a href="#the-li-element">li</a></code> element, - then act as if an end tag with the tag name "li" had - been seen, then jump to the last step.</li> + <li><p><i>Loop</i>: If <var title="">node</var> is an + <code><a href="#the-li-element">li</a></code> element, then act as if an end tag with the tag + name "li" had been seen, then jump to the last step.</li> - <li><p><i>Loop</i>: If <var title="">node</var> is not in the + <li><p>If <var title="">node</var> is not in the <a href="#formatting">formatting</a> category, and is not in the <a href="#phrasing">phrasing</a> category, and is not an <code><a href="#the-address-element">address</a></code>, <code><a href="#the-div-element">div</a></code>, or <code><a href="#the-p-element">p</a></code>
Received on Wednesday, 21 October 2009 08:52:23 UTC