[html5] r6522 - [e] (0) it's good form to use a label Fixing http://www.w3.org/Bugs/Public/show_ [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 22 17:08:34 PDT 2011


Author: ianh
Date: 2011-08-22 17:08:33 -0700 (Mon, 22 Aug 2011)
New Revision: 6522

Modified:
   complete.html
   index
   source
Log:
[e] (0) it's good form to use a label
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12791

Modified: complete.html
===================================================================
--- complete.html	2011-08-22 23:58:55 UTC (rev 6521)
+++ complete.html	2011-08-23 00:08:33 UTC (rev 6522)
@@ -239,7 +239,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 22 August 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 23 August 2011</h2>
    </hgroup><dl><dt>Multiple-page version:</dt>
     <dd><a href=http://www.whatwg.org/specs/web-apps/current-work/complete/>http://www.whatwg.org/specs/web-apps/current-work/complete/</a></dd>
     <dt>One-page version:</dt>
@@ -48029,7 +48029,7 @@
    thus forcing any conversation through this medium to be terse and
    discouraging intelligent discourse.</p>
 
-   <pre>What are you doing? <input name=status maxlength=140></pre>
+   <pre><label>What are you doing? <input name=status maxlength=140></label></pre>
 
   </div>
 

Modified: index
===================================================================
--- index	2011-08-22 23:58:55 UTC (rev 6521)
+++ index	2011-08-23 00:08:33 UTC (rev 6522)
@@ -243,7 +243,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 22 August 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 23 August 2011</h2>
    </hgroup><dl><dt><strong>Web developer edition</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -47896,7 +47896,7 @@
    thus forcing any conversation through this medium to be terse and
    discouraging intelligent discourse.</p>
 
-   <pre>What are you doing? <input name=status maxlength=140></pre>
+   <pre><label>What are you doing? <input name=status maxlength=140></label></pre>
 
   </div>
 

Modified: source
===================================================================
--- source	2011-08-22 23:58:55 UTC (rev 6521)
+++ source	2011-08-23 00:08:33 UTC (rev 6522)
@@ -53656,7 +53656,7 @@
    thus forcing any conversation through this medium to be terse and
    discouraging intelligent discourse.</p>
 
-   <pre>What are you doing? <input name=status maxlength=140></pre>
+   <pre><label>What are you doing? <input name=status maxlength=140></label></pre>
 
   </div>
 




More information about the Commit-Watchers mailing list