- From: poot <cvsmail@w3.org>
- Date: Tue, 6 Apr 2010 10:53:39 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Make it clearer that you need a name to be submitted, unless you're an image input. (whatwg r4978) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4000&r2=1.4001&f=h http://html5.org/tools/web-apps-tracker?from=4977&to=4978 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4000 retrieving revision 1.4001 diff -u -d -r1.4000 -r1.4001 --- Overview.html 6 Apr 2010 01:48:52 -0000 1.4000 +++ Overview.html 6 Apr 2010 01:53:26 -0000 1.4001 @@ -33928,6 +33928,13 @@ whose <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> is false.</li> + <li>The <var title="">field</var> element is not an + <code><a href="#the-input-element">input</a></code> element whose <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#image-button-state" title="attr-input-type-image">Image Button</a> state, and + either the <var title="">field</var> element does not have a + <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> attribute specified, or + its <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> attribute's value is + the empty string.</li> + <li>The <var title="">field</var> element is an <code><a href="#the-object-element">object</a></code> element that is not using a <a href="#plugin">plugin</a>.</li> @@ -33981,15 +33988,6 @@ </ol></li> - <li><p>If the <var title="">field</var> element does not have a - <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> attribute specified, or - its <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> attribute's value is - the empty string, skip these substeps for this element: if there - are any more elements in <var title="">controls</var>, return to - the top of the <a href="#constructing-form-data-set">constructing - the form data set</a> step, otherwise, jump to the next step in - the overall form submission algorithm.</li> - <li><p>Let <var title="">name</var> be the value of the <var title="">field</var> element's <code title="attr-fe-name"><a href="#attr-fe-name">name</a></code> attribute.</li> <li><p>If the <var title="">field</var> element is a
Received on Tuesday, 6 April 2010 01:54:11 UTC