Skip to content

Commit

Permalink
[ac] (2) Disallow action='' and formaction='' since those get process…
Browse files Browse the repository at this point in the history
…ed in an unexpected way.

git-svn-id: http://svn.whatwg.org/webapps@5784 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 12, 2011
1 parent 17f47b4 commit 7876ea3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -47518,7 +47518,8 @@ <h5 id=form-submission-0><span class=secno>4.10.19.6 </span>Form submission</h5>
<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>
<a href=#valid-non-empty-url-potentially-surrounded-by-spaces>valid non-empty URL potentially surrounded by
spaces</a>.</p>

<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
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -47500,7 +47500,8 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
<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>
<a href=#valid-non-empty-url-potentially-surrounded-by-spaces>valid non-empty URL potentially surrounded by
spaces</a>.</p>

<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
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -53324,7 +53324,8 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>
<p>The <dfn title="attr-fs-action"><code>action</code></dfn> and
<dfn title="attr-fs-formaction"><code>formaction</code></dfn>
content attributes, if specified, must have a value that is a
<span>valid URL potentially surrounded by spaces</span>.</p>
<span>valid non-empty URL potentially surrounded by
spaces</span>.</p>

<p>The <dfn title="concept-fs-action">action</dfn> of an element is
the value of the element's <code
Expand Down

0 comments on commit 7876ea3

Please sign in to comment.