- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 06 Feb 2010 02:03:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv9691 Modified Files: Overview.html Log Message: Ban the attributes for form submission on non-submit <button>s. (whatwg r4677) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3730 retrieving revision 1.3731 diff -u -d -r1.3730 -r1.3731 --- Overview.html 6 Feb 2010 01:58:08 -0000 1.3730 +++ Overview.html 6 Feb 2010 02:03:19 -0000 1.3731 @@ -29602,7 +29602,10 @@ attribute controls focus. The <code title="attr-fs-formaction"><a href="#attr-fs-formaction">formaction</a></code>, <code title="attr-fs-formenctype"><a href="#attr-fs-formenctype">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="#attr-fs-formmethod">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="#attr-fs-formnovalidate">formnovalidate</a></code>, and <code title="attr-fs-formtarget"><a href="#attr-fs-formtarget">formtarget</a></code> attributes are <a href="#attributes-for-form-submission">attributes for form submission</a>.<p class="note">The <code title="attr-fs-formnovalidate"><a href="#attr-fs-formnovalidate">formnovalidate</a></code> attribute can 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> + validation.<p>The <code title="attr-fs-formaction"><a href="#attr-fs-formaction">formaction</a></code>, <code title="attr-fs-formenctype"><a href="#attr-fs-formenctype">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="#attr-fs-formmethod">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="#attr-fs-formnovalidate">formnovalidate</a></code>, and <code title="attr-fs-formtarget"><a href="#attr-fs-formtarget">formtarget</a></code> must not be specified + if the element's <code title="attr-button-type"><a href="#attr-button-type">type</a></code> + attribute is not in the <a href="#attr-button-type-submit-state" title="attr-button-type-submit-state">Submit Button</a> + state.<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 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
Received on Saturday, 6 February 2010 02:03:24 UTC