html5/spec Overview.html,1.4646,1.4647

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11713

Modified Files:
	Overview.html 
Log Message:
Disallow action='' and formaction='' since those get processed in an unexpected way. (whatwg r5784)

Index: Overview.html
===================================================================
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:49:10 UTC