[html5] r5784 - [ac] (2) Disallow action='' and formaction='' since those get processed in an un [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jan 12 15:49:00 PST 2011
Author: ianh
Date: 2011-01-12 15:48:59 -0800 (Wed, 12 Jan 2011)
New Revision: 5784
Modified:
complete.html
index
source
Log:
[ac] (2) Disallow action='' and formaction='' since those get processed in an unexpected way.
Modified: complete.html
===================================================================
--- complete.html 2011-01-12 23:43:38 UTC (rev 5783)
+++ complete.html 2011-01-12 23:48:59 UTC (rev 5784)
@@ -47518,7 +47518,8 @@
<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
Modified: index
===================================================================
--- index 2011-01-12 23:43:38 UTC (rev 5783)
+++ index 2011-01-12 23:48:59 UTC (rev 5784)
@@ -47500,7 +47500,8 @@
<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
Modified: source
===================================================================
--- source 2011-01-12 23:43:38 UTC (rev 5783)
+++ source 2011-01-12 23:48:59 UTC (rev 5784)
@@ -53324,7 +53324,8 @@
<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
More information about the Commit-Watchers
mailing list