Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Fix fallout from r5920.
git-svn-id: http://svn.whatwg.org/webapps@6692 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 18, 2011
1 parent 3929b4c commit eb88c66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions complete.html
Expand Up @@ -240,7 +240,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 17 October 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 18 October 2011</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -91307,8 +91307,7 @@ <h6 id=parsing-main-inselect><span class=secno>13.2.5.4.16 </span>The "<dfn titl
<a href=#converted-to-ascii-lowercase>converted to ASCII lowercase</a>, is the same as the tag
name of the token, pop elements from the <a href=#stack-of-open-elements>stack of open
elements</a> until <var title="">node</var> has been popped
from the stack, and then jump to the last step of this list of
steps.</li>
from the stack, and then abort these steps.</li>

<li><p>Set <var title="">node</var> to the previous entry in the
<a href=#stack-of-open-elements>stack of open elements</a>.</li>
Expand Down
5 changes: 2 additions & 3 deletions index
Expand Up @@ -240,7 +240,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 17 October 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 18 October 2011</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -91307,8 +91307,7 @@ document.body.appendChild(text);
<a href=#converted-to-ascii-lowercase>converted to ASCII lowercase</a>, is the same as the tag
name of the token, pop elements from the <a href=#stack-of-open-elements>stack of open
elements</a> until <var title="">node</var> has been popped
from the stack, and then jump to the last step of this list of
steps.</li>
from the stack, and then abort these steps.</li>

<li><p>Set <var title="">node</var> to the previous entry in the
<a href=#stack-of-open-elements>stack of open elements</a>.</li>
Expand Down
3 changes: 1 addition & 2 deletions source
Expand Up @@ -103421,8 +103421,7 @@ document.body.appendChild(text);
<span>converted to ASCII lowercase</span>, is the same as the tag
name of the token, pop elements from the <span>stack of open
elements</span> until <var title="">node</var> has been popped
from the stack, and then jump to the last step of this list of
steps.</p></li>
from the stack, and then abort these steps.</p></li>

<li><p>Set <var title="">node</var> to the previous entry in the
<span>stack of open elements</span>.</p></li>
Expand Down

0 comments on commit eb88c66

Please sign in to comment.