- From: poot <cvsmail@w3.org>
- Date: Tue, 5 Jan 2010 15:26:46 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Remove nonsensical restriction on <button value>. (whatwg r4472) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3571&r2=1.3572&f=h http://html5.org/tools/web-apps-tracker?from=4471&to=4472 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3571 retrieving revision 1.3572 diff -u -d -r1.3571 -r1.3572 --- Overview.html 5 Jan 2010 06:14:02 -0000 1.3571 +++ Overview.html 5 Jan 2010 06:26:14 -0000 1.3572 @@ -32363,11 +32363,9 @@ be used to make submit buttons that do not trigger the constraint validation.<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 class="note">A button (and its value) is only included in the + 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 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.<div class="impl">
Received on Tuesday, 5 January 2010 06:27:14 UTC