Skip to content

Commit

Permalink
[giow] (3) Match reality
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19664
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7672 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 30, 2013
1 parent fed6b01 commit 2d9ed55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -56859,7 +56859,7 @@ <h5 id=form-submission-algorithm><span class=secno>4.10.22.3 </span>Form submiss

<li><p>If the <var title="">field</var> element is a
<code><a href=#the-select-element>select</a></code> element, then for each <code><a href=#the-option-element>option</a></code>
element in the <code><a href=#the-select-element>select</a></code> element whose <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> is true,
element in the <code><a href=#the-select-element>select</a></code> element whose <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> is true and that is not <a href=#concept-option-disabled title=concept-option-disabled>disabled</a>,
append an entry to the <var title="">form data set</var> with the
<var title="">name</var> as the name, the <a href=#concept-option-value title=concept-option-value>value</a> of the
<code><a href=#the-option-element>option</a></code> element as the value, and <var title="">type</var> as the type.</li>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -56859,7 +56859,7 @@ fur

<li><p>If the <var title="">field</var> element is a
<code><a href=#the-select-element>select</a></code> element, then for each <code><a href=#the-option-element>option</a></code>
element in the <code><a href=#the-select-element>select</a></code> element whose <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> is true,
element in the <code><a href=#the-select-element>select</a></code> element whose <a href=#concept-option-selectedness title=concept-option-selectedness>selectedness</a> is true and that is not <a href=#concept-option-disabled title=concept-option-disabled>disabled</a>,
append an entry to the <var title="">form data set</var> with the
<var title="">name</var> as the name, the <a href=#concept-option-value title=concept-option-value>value</a> of the
<code><a href=#the-option-element>option</a></code> element as the value, and <var title="">type</var> as the type.</li>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -66506,7 +66506,7 @@ fur
<li><p>If the <var title="">field</var> element is a
<code>select</code> element, then for each <code>option</code>
element in the <code>select</code> element whose <span
title="concept-option-selectedness">selectedness</span> is true,
title="concept-option-selectedness">selectedness</span> is true and that is not <span title="concept-option-disabled">disabled</span>,
append an entry to the <var title="">form data set</var> with the
<var title="">name</var> as the name, the <span
title="concept-option-value">value</span> of the
Expand Down

0 comments on commit 2d9ed55

Please sign in to comment.