html5/spec spec.html,1.1726,1.1727 tree-construction.html,1.20,1.21

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

Modified Files:
	spec.html tree-construction.html 
Log Message:
Fix fallout from r5920. (whatwg r6692)

[updated by splitter]


Index: tree-construction.html
===================================================================
RCS file: /sources/public/html5/spec/tree-construction.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- tree-construction.html	4 Oct 2011 17:46:34 -0000	1.20
+++ tree-construction.html	18 Oct 2011 01:46:26 -0000	1.21
@@ -3955,8 +3955,7 @@
      <a href="infrastructure.html#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="parsing.html#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.</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
      <a href="parsing.html#stack-of-open-elements">stack of open elements</a>.</p></li>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1726
retrieving revision 1.1727
diff -u -d -r1.1726 -r1.1727
--- spec.html	15 Oct 2011 00:47:03 -0000	1.1726
+++ spec.html	18 Oct 2011 01:46:26 -0000	1.1727
@@ -324,7 +324,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>
@@ -349,7 +349,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5364.
+This is revision 1.5365.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -470,7 +470,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

Received on Tuesday, 18 October 2011 01:46:30 UTC