hixie: Require label for <input type=button> (whatwg r5550)

hixie: Require label for <input type=button> (whatwg r5550)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4435&r2=1.4436&f=h
http://html5.org/tools/web-apps-tracker?from=5549&to=5550

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4435
retrieving revision 1.4436
diff -u -d -r1.4435 -r1.4436
--- Overview.html 29 Sep 2010 07:03:45 -0000 1.4435
+++ Overview.html 29 Sep 2010 07:28:54 -0000 1.4436
@@ -31499,10 +31499,11 @@
   this section apply.</p>
 
   </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>.<div class="impl">
+  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>.<div class="impl">
 
   <p>If the element is <i title="concept-input-mutable"><a href="#concept-input-mutable">mutable</a></i>,
   the user agent should allow the user to activate the element. The

Received on Wednesday, 29 September 2010 07:29:45 UTC