- From: poot <cvsmail@w3.org>
- Date: Wed, 12 Jan 2011 18:50:55 -0500
- To: public-html-diffs@w3.org
hixie: Disallow action='' and formaction='' since those get processed in an unexpected way. (whatwg r5784) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4646&r2=1.4647&f=h http://html5.org/tools/web-apps-tracker?from=5783&to=5784 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4646 retrieving revision 1.4647 diff -u -d -r1.4646 -r1.4647 --- Overview.html 12 Jan 2011 23:43:44 -0000 1.4646 +++ Overview.html 12 Jan 2011 23:49:04 -0000 1.4647 @@ -37422,7 +37422,8 @@ <code><a href="#the-form-element">form</a></code> element.<hr><p>The <dfn id="attr-fs-action" title="attr-fs-action"><code>action</code></dfn> and <dfn id="attr-fs-formaction" title="attr-fs-formaction"><code>formaction</code></dfn> content attributes, if specified, must have a value that is a - <a href="#valid-url-potentially-surrounded-by-spaces">valid URL potentially surrounded by spaces</a>.<p>The <dfn id="concept-fs-action" title="concept-fs-action">action</dfn> of an element is + <a href="#valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by + spaces</a>.<p>The <dfn id="concept-fs-action" title="concept-fs-action">action</dfn> of an element is the value of the element's <code title="attr-fs-formaction"><a href="#attr-fs-formaction">formaction</a></code> attribute, if the element is a <a href="#concept-submit-button" title="concept-submit-button">submit button</a> and has such an attribute, or the value of its
Received on Wednesday, 12 January 2011 23:50:57 UTC