- From: poot <cvsmail@w3.org>
- Date: Tue, 17 Aug 2010 03:24:58 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: <table><form> also sets form pointer. (whatwg r5291) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4213&r2=1.4214&f=h http://html5.org/tools/web-apps-tracker?from=5290&to=5291 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4213 retrieving revision 1.4214 diff -u -d -r1.4213 -r1.4214 --- Overview.html 12 Aug 2010 22:28:44 -0000 1.4213 +++ Overview.html 16 Aug 2010 18:19:52 -0000 1.4214 @@ -311,7 +311,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-12-august-2010">Editor's Draft 12 August 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-16-august-2010">Editor's Draft 16 August 2010</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> @@ -417,7 +417,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 12 August 2010 Editor's Draft. + This specification is the 16 August 2010 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><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 --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -17100,7 +17100,7 @@ <li><ins>Purple</ins></li> </ul></pre> - </div><h3 id="embedded-content-1"><span class="secno">4.8 </span>Embedded content</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h4 id="the-img-element"><span class="secno">4.8.1 </span>The <dfn><code>img</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/30">ISSUE-30</a> (longdesc) blocks progress to Last Call</span><dl class="element"><dt>Categories</dt> + </div><h3 id="embedded-content-1"><span class="secno">4.8 </span>Embedded content</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h4 id="the-img-element"><span class="secno">4.8.1 </span>The <dfn><code>img</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt> <dd><a href="#flow-content">Flow content</a>.</dd> <dd><a href="#phrasing-content">Phrasing content</a>.</dd> <dd><a href="#embedded-content">Embedded content</a>.</dd> @@ -58517,7 +58517,9 @@ <p>Otherwise:</p> - <p><a href="#insert-an-html-element">Insert an HTML element</a> for the token.</p> + <p><a href="#insert-an-html-element">Insert an HTML element</a> for the token, and set the + <a href="#form-element-pointer"><code title="form">form</code> element pointer</a> to + point to the element created.</p> <p>Pop that <code><a href="#the-form-element">form</a></code> element off the <a href="#stack-of-open-elements">stack of open elements</a>.</p>
Received on Monday, 16 August 2010 18:20:43 UTC