- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 12 Jun 2009 01:11:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv32429 Modified Files: Overview.html Log Message: Clarify <frameset> parsing behaviour. (whatwg r3225) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2373 retrieving revision 1.2374 diff -u -d -r1.2373 -r1.2374 --- Overview.html 12 Jun 2009 00:23:37 -0000 1.2373 +++ Overview.html 12 Jun 2009 01:11:53 -0000 1.2374 @@ -152,7 +152,7 @@ <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> <!--ZZZ:--> <!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 11 June 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 12 June 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out <dt>This Version:</dt> @@ -245,7 +245,7 @@ track. <!--ZZZ:--> <!--This specification is the 23 April 2009 Working Draft.--> - This specification is the 11 June 2009 Editor's Draft. + This specification is the 12 June 2009 Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -56526,8 +56526,8 @@ elements</a> from its parent node, if it has one.</li> <li><p>Pop all the nodes from the bottom of the <a href="#stack-of-open-elements">stack of - open elements</a>, from the <a href="#current-node">current node</a> up to - the root <code><a href="#the-html-element">html</a></code> element.</p> + open elements</a>, from the <a href="#current-node">current node</a> up to, + but not including, the root <code><a href="#the-html-element">html</a></code> element.</p> <li><p><a href="#insert-an-html-element">Insert an HTML element</a> for the token.</li>
Received on Friday, 12 June 2009 01:12:03 UTC