[html5] r7672 - [giow] (3) Match reality Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=1 [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jan 30 12:48:22 PST 2013


Author: ianh
Date: 2013-01-30 12:48:21 -0800 (Wed, 30 Jan 2013)
New Revision: 7672

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Match reality
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=19664
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-01-30 20:35:11 UTC (rev 7671)
+++ complete.html	2013-01-30 20:48:21 UTC (rev 7672)
@@ -56859,7 +56859,7 @@
 
      <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>

Modified: index
===================================================================
--- index	2013-01-30 20:35:11 UTC (rev 7671)
+++ index	2013-01-30 20:48:21 UTC (rev 7672)
@@ -56859,7 +56859,7 @@
 
      <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>

Modified: source
===================================================================
--- source	2013-01-30 20:35:11 UTC (rev 7671)
+++ source	2013-01-30 20:48:21 UTC (rev 7672)
@@ -66506,7 +66506,7 @@
      <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




More information about the Commit-Watchers mailing list