[html5] r4001 - [e] (0) Editorial fixes: a paragraph that shouldn't be class=impl; a missing xref.

whatwg at whatwg.org whatwg at whatwg.org
Thu Sep 24 18:04:31 PDT 2009


Author: ianh
Date: 2009-09-24 18:04:30 -0700 (Thu, 24 Sep 2009)
New Revision: 4001

Modified:
   index
   source
Log:
[e] (0) Editorial fixes: a paragraph that shouldn't be class=impl; a missing xref.

Modified: index
===================================================================
--- index	2009-09-24 23:40:36 UTC (rev 4000)
+++ index	2009-09-25 01:04:30 UTC (rev 4001)
@@ -112,7 +112,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-24-september-2009>Draft Standard — 24 September 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-25-september-2009>Draft Standard — 25 September 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -30445,7 +30445,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>
 
@@ -30872,12 +30872,12 @@
 
    </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>
 
+  <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>
 

Modified: source
===================================================================
--- source	2009-09-24 23:40:36 UTC (rev 4000)
+++ source	2009-09-25 01:04:30 UTC (rev 4001)
@@ -33779,7 +33779,8 @@
     <code>NodeList</code> object containing all those elements is
     returned.</p>
 
-    <p>Returns null if no element with that ID or <code
+    <p>Returns null if no element with that <span
+    title="concept-id">ID</span> or <code
     title="attr-fe-name">name</code> could be found.</p>
 
    </dd>
@@ -34276,12 +34277,12 @@
 
   </dl>
 
-  <div class="impl">
-
   <p>The <code title="attr-fae-form">form</code> attribute is used to
   explicitly associate the <code>label</code> element with its
   <span>form owner</span>.</p>
 
+  <div class="impl">
+
   <p>The <dfn title="dom-label-htmlFor"><code>htmlFor</code></dfn> IDL
   attribute must <span>reflect</span> the <code
   title="attr-label-for">for</code> content attribute.</p>




More information about the Commit-Watchers mailing list