html5/spec Overview.html,1.5364,1.5365

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13145

Modified Files:
	Overview.html 
Log Message:
Fix fallout from r5920. (whatwg r6692)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5364
retrieving revision 1.5365
diff -u -d -r1.5364 -r1.5365
--- Overview.html	15 Oct 2011 00:11:34 -0000	1.5364
+++ Overview.html	18 Oct 2011 00:48:54 -0000	1.5365
@@ -320,7 +320,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-15-october-2011">Editor's Draft 15 October 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-18-october-2011">Editor's Draft 18 October 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -466,7 +466,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 15 October 2011 Editor's Draft.
+  This specification is the 18 October 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -63074,8 +63074,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>

Received on Tuesday, 18 October 2011 00:49:03 UTC