[html5] r4242 - [ct] (0) Misplaced loop label in 'li' processing. Fixing http://www.w3.org/Bugs/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 21 02:05:07 PDT 2009


Author: ianh
Date: 2009-10-21 02:05:02 -0700 (Wed, 21 Oct 2009)
New Revision: 4242

Modified:
   complete.html
   index
   source
Log:
[ct] (0) Misplaced loop label in 'li' processing.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7931

Modified: complete.html
===================================================================
--- complete.html	2009-10-21 08:31:06 UTC (rev 4241)
+++ complete.html	2009-10-21 09:05:02 UTC (rev 4242)
@@ -73835,11 +73835,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>

Modified: index
===================================================================
--- index	2009-10-21 08:31:06 UTC (rev 4241)
+++ index	2009-10-21 09:05:02 UTC (rev 4242)
@@ -64898,11 +64898,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>

Modified: source
===================================================================
--- source	2009-10-21 08:31:06 UTC (rev 4241)
+++ source	2009-10-21 09:05:02 UTC (rev 4242)
@@ -83155,11 +83155,11 @@
      <li><p>Initialize <var title="">node</var> to be the <span>current
      node</span> (the bottommost node of the stack).</p></li>
 
-     <li><p>If <var title="">node</var> is an <code>li</code> element,
-     then act as if an end tag with the tag name "li" had
-     been seen, then jump to the last step.</p></li>
+     <li><p><i>Loop</i>: If <var title="">node</var> is an
+     <code>li</code> element, then act as if an end tag with the tag
+     name "li" had been seen, then jump to the last step.</p></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
      <span>formatting</span> category, and is not in the
      <span>phrasing</span> category, and is not an
      <code>address</code>, <code>div</code>, or <code>p</code>




More information about the Commit-Watchers mailing list