Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ct] (0) Misplaced loop label in 'li' processing.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7931

git-svn-id: http://svn.whatwg.org/webapps@4242 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent 91d1f30 commit b34f50c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -73835,11 +73835,11 @@ <h5 id=the-before-head-insertion-mode><span class=secno>11.2.5.6 </span>The "<df
<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>
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -64898,11 +64898,11 @@ document.body.appendChild(text);
<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>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -83155,11 +83155,11 @@ document.body.appendChild(text);
<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>
Expand Down

0 comments on commit b34f50c

Please sign in to comment.