[html5] r4472 - [c] (0) Remove nonsensical restriction on <button value>. Fixing http://www.w3.o [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jan 4 22:26:09 PST 2010


Author: ianh
Date: 2010-01-04 22:26:05 -0800 (Mon, 04 Jan 2010)
New Revision: 4472

Modified:
   complete.html
   index
   source
Log:
[c] (0) Remove nonsensical restriction on <button value>.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8240

Modified: complete.html
===================================================================
--- complete.html	2010-01-05 06:13:53 UTC (rev 4471)
+++ complete.html	2010-01-05 06:26:05 UTC (rev 4472)
@@ -36537,11 +36537,9 @@
 
   <p>The <dfn id=attr-button-value title=attr-button-value><code>value</code></dfn>
   attribute gives the element's value for the purposes of form
-  submission. The <code title=attr-button-value><a href=#attr-button-value>value</a></code>
-  attribute must not be present unless the <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is present. The
-  element's <a href=#concept-fe-value title=concept-fe-value>value</a> is the value
-  of the element's <code title=attr-button-value><a href=#attr-button-value>value</a></code>
-  attribute, if there is one, or the empty string otherwise.</p>
+  submission. The element's <a href=#concept-fe-value title=concept-fe-value>value</a> is the value of the element's
+  <code title=attr-button-value><a href=#attr-button-value>value</a></code> attribute, if there is
+  one, or the empty string otherwise.</p>
 
   <p class=note>A button (and its value) is only included in the
   form submission if the button itself was used to initiate the form

Modified: index
===================================================================
--- index	2010-01-05 06:13:53 UTC (rev 4471)
+++ index	2010-01-05 06:26:05 UTC (rev 4472)
@@ -36372,11 +36372,9 @@
 
   <p>The <dfn id=attr-button-value title=attr-button-value><code>value</code></dfn>
   attribute gives the element's value for the purposes of form
-  submission. The <code title=attr-button-value><a href=#attr-button-value>value</a></code>
-  attribute must not be present unless the <code title=attr-fae-form><a href=#attr-fae-form>form</a></code> attribute is present. The
-  element's <a href=#concept-fe-value title=concept-fe-value>value</a> is the value
-  of the element's <code title=attr-button-value><a href=#attr-button-value>value</a></code>
-  attribute, if there is one, or the empty string otherwise.</p>
+  submission. The element's <a href=#concept-fe-value title=concept-fe-value>value</a> is the value of the element's
+  <code title=attr-button-value><a href=#attr-button-value>value</a></code> attribute, if there is
+  one, or the empty string otherwise.</p>
 
   <p class=note>A button (and its value) is only included in the
   form submission if the button itself was used to initiate the form

Modified: source
===================================================================
--- source	2010-01-05 06:13:53 UTC (rev 4471)
+++ source	2010-01-05 06:26:05 UTC (rev 4472)
@@ -40529,12 +40529,10 @@
 
   <p>The <dfn title="attr-button-value"><code>value</code></dfn>
   attribute gives the element's value for the purposes of form
-  submission. The <code title="attr-button-value">value</code>
-  attribute must not be present unless the <code
-  title="attr-fae-form">form</code> attribute is present. The
-  element's <span title="concept-fe-value">value</span> is the value
-  of the element's <code title="attr-button-value">value</code>
-  attribute, if there is one, or the empty string otherwise.</p>
+  submission. The element's <span
+  title="concept-fe-value">value</span> is the value of the element's
+  <code title="attr-button-value">value</code> attribute, if there is
+  one, or the empty string otherwise.</p>
 
   <p class="note">A button (and its value) is only included in the
   form submission if the button itself was used to initiate the form




More information about the Commit-Watchers mailing list