Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Add a note pointing out that buttons aren't submitted unless …
…they submitted the form.

git-svn-id: http://svn.whatwg.org/webapps@2539 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 17, 2008
1 parent 140fb05 commit 430d84e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index
Expand Up @@ -21,7 +21,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 16 December 2008</h2>
<h2 class="no-num no-toc" id=draft-recommendation-&mdash;-date:-01-jan-1901>Draft Recommendation &mdash; 17 December 2008</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -27499,6 +27499,10 @@ You cannot complete this form until the field is correct.</samp></pre>
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
submission.</p>

<p>The <dfn id=dom-button-value title=dom-button-value><code>value</code></dfn> and
<dfn id=dom-button-type title=dom-button-type><code>type</code></dfn> DOM attributes
must <a href=#reflect>reflect</a> the respective content attributes of the
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -30846,6 +30846,10 @@ You cannot complete this form until the field is correct.</samp></pre>
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
Expand Down

0 comments on commit 430d84e

Please sign in to comment.