- From: poot <cvsmail@w3.org>
- Date: Mon, 17 Oct 2011 20:49:13 -0400
- To: public-html-diffs@w3.org
hixie: Fix fallout from r5920. (whatwg r6692) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5364&r2=1.5365&f=h http://html5.org/tools/web-apps-tracker?from=6691&to=6692 =================================================================== 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:18 UTC