[html5] r5902 - [c] (0) Define that <button value=''> (empty) is ok. Fixing http://www.w3.org/Bu [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 16 18:05:02 PST 2011


Author: ianh
Date: 2011-02-16 18:05:01 -0800 (Wed, 16 Feb 2011)
New Revision: 5902

Modified:
   complete.html
   index
   source
Log:
[c] (0) Define that <button value=''> (empty) is ok.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11499

Modified: complete.html
===================================================================
--- complete.html	2011-02-17 02:03:36 UTC (rev 5901)
+++ complete.html	2011-02-17 02:05:01 UTC (rev 5902)
@@ -43855,11 +43855,12 @@
   </div>
 
   <p>The <code><a href=#the-input-element>input</a></code> element <a href=#represents>represents</a> a button
-  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>
+  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, though it
+  may be the empty string. <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	2011-02-17 02:03:36 UTC (rev 5901)
+++ index	2011-02-17 02:05:01 UTC (rev 5902)
@@ -43838,11 +43838,12 @@
   </div>
 
   <p>The <code><a href=#the-input-element>input</a></code> element <a href=#represents>represents</a> a button
-  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>
+  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, though it
+  may be the empty string. <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	2011-02-17 02:03:36 UTC (rev 5901)
+++ source	2011-02-17 02:05:01 UTC (rev 5902)
@@ -48932,12 +48932,12 @@
   </div>
 
   <p>The <code>input</code> element <span>represents</span> a button
-  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
+  with no default behavior. A label for the button must be provided in
+  the <code title="attr-input-value">value</code> attribute, though it
+  may be the empty string. <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