[html5] r2539 - [e] (0) Add a note pointing out that buttons aren't submitted unless they submit [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Dec 16 16:30:45 PST 2008
Author: ianh
Date: 2008-12-16 16:30:44 -0800 (Tue, 16 Dec 2008)
New Revision: 2539
Modified:
index
source
Log:
[e] (0) Add a note pointing out that buttons aren't submitted unless they submitted the form.
Modified: index
===================================================================
--- index 2008-12-16 23:43:38 UTC (rev 2538)
+++ index 2008-12-17 00:30:44 UTC (rev 2539)
@@ -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-—-date:-01-jan-1901>Draft Recommendation — 16 December 2008</h2>
+ <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 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>
@@ -27499,6 +27499,10 @@
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
Modified: source
===================================================================
--- source 2008-12-16 23:43:38 UTC (rev 2538)
+++ source 2008-12-17 00:30:44 UTC (rev 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
More information about the Commit-Watchers
mailing list