[html5] r5550 - [ac] (0) Require label for <input type=button> Fixing http://www.w3.org/Bugs/Pub [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 29 00:28:43 PDT 2010


Author: ianh
Date: 2010-09-29 00:28:41 -0700 (Wed, 29 Sep 2010)
New Revision: 5550

Modified:
   complete.html
   index
   source
Log:
[ac] (0) Require label for <input type=button>
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10710

Modified: complete.html
===================================================================
--- complete.html	2010-09-29 07:03:41 UTC (rev 5549)
+++ complete.html	2010-09-29 07:28:41 UTC (rev 5550)
@@ -42064,10 +42064,11 @@
   </div>
 
   <p>The <code><a href=#the-input-element>input</a></code> element <a href=#represents>represents</a> a button
-  with no default behavior. <span class=impl>If the element has a
-  <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, the button's
-  label must be the value of that attribute; otherwise, it must be the
-  empty string.</span> The element is a <a href=#concept-button title=concept-button>button</a>.</p>
+  with no default behavior. A label for the button must be provided
+  in the <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute.
+  <span class=impl>If the element has a <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, the button's label
+  must be the value of that attribute; otherwise, it must be the empty
+  string.</span> The element is a <a href=#concept-button title=concept-button>button</a>.</p>
 
   <div class=impl>
 

Modified: index
===================================================================
--- index	2010-09-29 07:03:41 UTC (rev 5549)
+++ index	2010-09-29 07:28:41 UTC (rev 5550)
@@ -42044,10 +42044,11 @@
   </div>
 
   <p>The <code><a href=#the-input-element>input</a></code> element <a href=#represents>represents</a> a button
-  with no default behavior. <span class=impl>If the element has a
-  <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, the button's
-  label must be the value of that attribute; otherwise, it must be the
-  empty string.</span> The element is a <a href=#concept-button title=concept-button>button</a>.</p>
+  with no default behavior. A label for the button must be provided
+  in the <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute.
+  <span class=impl>If the element has a <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, the button's label
+  must be the value of that attribute; otherwise, it must be the empty
+  string.</span> The element is a <a href=#concept-button title=concept-button>button</a>.</p>
 
   <div class=impl>
 

Modified: source
===================================================================
--- source	2010-09-29 07:03:41 UTC (rev 5549)
+++ source	2010-09-29 07:28:41 UTC (rev 5550)
@@ -46939,10 +46939,12 @@
   </div>
 
   <p>The <code>input</code> element <span>represents</span> a button
-  with no default behavior. <span class="impl">If the element has a
-  <code title="attr-input-value">value</code> attribute, the button's
-  label must be the value of that attribute; otherwise, it must be the
-  empty string.</span> The element is a <span
+  with no default behavior. A label for the button must be provided
+  in the <code title="attr-input-value">value</code> attribute.
+  <span class="impl">If the element has a <code
+  title="attr-input-value">value</code> attribute, the button's label
+  must be the value of that attribute; otherwise, it must be the empty
+  string.</span> The element is a <span
   title="concept-button">button</span>.</p>
 
   <div class="impl">




More information about the Commit-Watchers mailing list