hixie: Misplaced loop label in 'li' processing. (whatwg r4242)

hixie: Misplaced loop label in 'li' processing. (whatwg r4242)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3387&r2=1.3388&f=h
http://html5.org/tools/web-apps-tracker?from=4241&to=4242

===================================================================
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:53:00 UTC