[html5] r6692 - [e] (0) Fix fallout from r5920.

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 17 17:45:13 PDT 2011


Author: ianh
Date: 2011-10-17 17:45:11 -0700 (Mon, 17 Oct 2011)
New Revision: 6692

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix fallout from r5920.

Modified: complete.html
===================================================================
--- complete.html	2011-10-17 22:09:55 UTC (rev 6691)
+++ complete.html	2011-10-18 00:45:11 UTC (rev 6692)
@@ -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 — Last Updated 17 October 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -91307,8 +91307,7 @@
      <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>

Modified: index
===================================================================
--- index	2011-10-17 22:09:55 UTC (rev 6691)
+++ index	2011-10-18 00:45:11 UTC (rev 6692)
@@ -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 — Last Updated 17 October 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>
@@ -91307,8 +91307,7 @@
      <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>

Modified: source
===================================================================
--- source	2011-10-17 22:09:55 UTC (rev 6691)
+++ source	2011-10-18 00:45:11 UTC (rev 6692)
@@ -103421,8 +103421,7 @@
      <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>




More information about the Commit-Watchers mailing list