Skip to content

Commit

Permalink
[e] (0) Make it clearer that you need a name to be submitted, unless …
Browse files Browse the repository at this point in the history
…you're an image input.

git-svn-id: http://svn.whatwg.org/webapps@4978 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 6, 2010
1 parent 2d2e2c5 commit fea3de1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 27 deletions.
16 changes: 7 additions & 9 deletions complete.html
Expand Up @@ -41734,6 +41734,13 @@ <h5 id=form-submission-algorithm><span class=secno>4.10.21.3 </span>Form submiss
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>
Expand Down Expand Up @@ -41787,15 +41794,6 @@ <h5 id=form-submission-algorithm><span class=secno>4.10.21.3 </span>Form submiss

</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
Expand Down
16 changes: 7 additions & 9 deletions index
Expand Up @@ -41635,6 +41635,13 @@ fur
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>
Expand Down Expand Up @@ -41688,15 +41695,6 @@ fur

</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
Expand Down
18 changes: 9 additions & 9 deletions source
Expand Up @@ -46539,6 +46539,15 @@ fur
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>
Expand Down Expand Up @@ -46612,15 +46621,6 @@ fur

</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>
Expand Down

0 comments on commit fea3de1

Please sign in to comment.