- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Sep 2009 00:57:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8697
Modified Files:
Overview.html
Log Message:
Editorial fixes: a paragraph that shouldn't be class=impl; a missing xref. (whatwg r4001)
Index: Overview.html
===================================================================
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:57:16 UTC