- From: poot <cvsmail@w3.org>
- Date: Fri, 25 Sep 2009 09:57:35 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Editorial fixes: a paragraph that shouldn't be class=impl; a missing xref. (whatwg r4001) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3162&r2=1.3163&f=h http://html5.org/tools/web-apps-tracker?from=4000&to=4001 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3162 retrieving revision 1.3163 diff -u -d -r1.3162 -r1.3163 --- Overview.html 24 Sep 2009 23:33:10 -0000 1.3162 +++ Overview.html 25 Sep 2009 00:57:03 -0000 1.3163 @@ -215,7 +215,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 25 August 2009</h2>--> - <h2 class="no-num no-toc" id="editor-s-draft-24-september-2009">Editor's Draft 24 September 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-25-september-2009">Editor's Draft 25 September 2009</h2> <!--:ZZZ--> <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><!-- <dt>This Version:</dt> @@ -317,7 +317,7 @@ track. <!--ZZZ:--> <!--This specification is the 25 August 2009 Working Draft.--> - This specification is the 24 September 2009 Editor's Draft. + This specification is the 25 September 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) @@ -27104,7 +27104,7 @@ <code>NodeList</code> object containing all those elements is returned.</p> - <p>Returns null if no element with that ID or <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> could be found.</p> + <p>Returns null if no element with that <a href="#concept-id" title="concept-id">ID</a> or <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> could be found.</p> </dd> @@ -27491,11 +27491,9 @@ </dd> - </dl><div class="impl"> - - <p>The <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute is used to + </dl><p>The <code title="attr-fae-form"><a href="#attr-fae-form">form</a></code> attribute is used to explicitly associate the <code><a href="#the-label-element">label</a></code> element with its - <a href="#form-owner">form owner</a>.</p> + <a href="#form-owner">form owner</a>.<div class="impl"> <p>The <dfn id="dom-label-htmlfor" title="dom-label-htmlFor"><code>htmlFor</code></dfn> IDL attribute must <a href="#reflect">reflect</a> the <code title="attr-label-for"><a href="#attr-label-for">for</a></code> content attribute.</p>
Received on Friday, 25 September 2009 00:58:11 UTC