Short URL: http://html5.org/r/2539
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2539 | Add a note pointing out that buttons aren't submitted unless they submitted the form. | 2008-12-17 00:30 |
Index: source =================================================================== --- source (revision 2538) +++ source (revision 2539) @@ -30846,6 +30846,10 @@ 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 + submission.</p> + <p>The <dfn title="dom-button-value"><code>value</code></dfn> and <dfn title="dom-button-type"><code>type</code></dfn> DOM attributes must <span>reflect</span> the respective content attributes of the