[html5] r4978 - [e] (0) Make it clearer that you need a name to be submitted, unless you're an i [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Apr 5 18:53:23 PDT 2010


Author: ianh
Date: 2010-04-05 18:53:22 -0700 (Mon, 05 Apr 2010)
New Revision: 4978

Modified:
   complete.html
   index
   source
Log:
[e] (0) Make it clearer that you need a name to be submitted, unless you're an image input.

Modified: complete.html
===================================================================
--- complete.html	2010-04-06 01:48:47 UTC (rev 4977)
+++ complete.html	2010-04-06 01:53:22 UTC (rev 4978)
@@ -41734,6 +41734,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>
@@ -41787,15 +41794,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

Modified: index
===================================================================
--- index	2010-04-06 01:48:47 UTC (rev 4977)
+++ index	2010-04-06 01:53:22 UTC (rev 4978)
@@ -41635,6 +41635,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>
@@ -41688,15 +41695,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

Modified: source
===================================================================
--- source	2010-04-06 01:48:47 UTC (rev 4977)
+++ source	2010-04-06 01:53:22 UTC (rev 4978)
@@ -46539,6 +46539,15 @@
        whose <span title="concept-fe-checked">checkedness</span> is
        false.</li>
 
+       <li>The <var title="">field</var> element is not an
+       <code>input</code> element whose <code
+       title="attr-input-type">type</code> attribute is in the <span
+       title="attr-input-type-image">Image Button</span> state, and
+       either the <var title="">field</var> element does not have a
+       <code title="attr-fe-name">name</code> attribute specified, or
+       its <code title="attr-fe-name">name</code> attribute's value is
+       the empty string.</li>
+
        <li>The <var title="">field</var> element is an
        <code>object</code> element that is not using a
        <span>plugin</span>.</li>
@@ -46612,15 +46621,6 @@
 
      </li>
 
-     <li><p>If the <var title="">field</var> element does not have a
-     <code title="attr-fe-name">name</code> attribute specified, or
-     its <code title="attr-fe-name">name</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.</p></li>
-
      <li><p>Let <var title="">name</var> be the value of the <var
      title="">field</var> element's <code
      title="attr-fe-name">name</code> attribute.</p></li>




More information about the Commit-Watchers mailing list