[html5] r6701 - [o] (0) Drop input.selectedOption since it has no compelling use cases and we do [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 19 15:11:32 PDT 2011


Author: ianh
Date: 2011-10-19 15:11:30 -0700 (Wed, 19 Oct 2011)
New Revision: 6701

Modified:
   complete.html
   index
   source
Log:
[o] (0) Drop input.selectedOption since it has no compelling use cases and we don't have interop on it either.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13748

Modified: complete.html
===================================================================
--- complete.html	2011-10-19 22:01:45 UTC (rev 6700)
+++ complete.html	2011-10-19 22:11:30 UTC (rev 6701)
@@ -43136,7 +43136,6 @@
            attribute DOMString <a href=#dom-input-value title=dom-input-value>value</a>;
            attribute <span>Date</span> <a href=#dom-input-valueasdate title=dom-input-valueAsDate>valueAsDate</a>;
            attribute double <a href=#dom-input-valueasnumber title=dom-input-valueAsNumber>valueAsNumber</a>;
-  readonly attribute <a href=#htmloptionelement>HTMLOptionElement</a>? <a href=#dom-input-selectedoption title=dom-input-selectedOption>selectedOption</a>;
            attribute DOMString <a href=#dom-dim-width title=dom-dim-width>width</a>;
 
   void <a href=#dom-input-stepup title=dom-input-stepUp>stepUp</a>(optional long n);
@@ -43265,7 +43264,7 @@
      <td> A button
   </table><p>The <i>missing value default</i> is the <a href=#text-state-and-search-state title=attr-input-type-text>Text</a> state.</p>
 
-  <p>Which of the <code title=attr-input-accept><a href=#attr-input-accept>accept</a></code>, <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code>, <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>, <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>, <code title=attr-input-dirname><a href=#attr-input-dirname>dirname</a></code>, <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>, <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>, <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>, <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>, <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>, <code title=attr-dim-height><a href=#attr-dim-height>height</a></code>, <code title=attr-input-list><a href=#attr-input-list>list</a></code>, <code tit
 le=attr-input-max><a href=#attr-input-max>max</a></code>, <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>, <code title=attr-input-min><a href=#attr-input-min>min</a></code>, <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>, <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>, <code title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>, <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>, <code title=attr-input-required><a href=#attr-input-required>required</a></code>, <code title=attr-input-size><a href=#attr-input-size>size</a></code>, <code title=attr-input-src><a href=#attr-input-src>src</a></code>, <code title=attr-input-step><a href=#attr-input-step>step</a></code>, and <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> content attributes, the <code title=dom-input-checked><a href=#dom-input-checked>che
 cked</a></code>, <code title=dom-input-files><a href=#dom-input-files>files</a></code>, <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, <code title=dom-input-list><a href=#dom-input-list>list</a></code>, and <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL
+  <p>Which of the <code title=attr-input-accept><a href=#attr-input-accept>accept</a></code>, <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code>, <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>, <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>, <code title=attr-input-dirname><a href=#attr-input-dirname>dirname</a></code>, <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>, <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>, <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>, <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>, <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>, <code title=attr-dim-height><a href=#attr-dim-height>height</a></code>, <code title=attr-input-list><a href=#attr-input-list>list</a></code>, <code tit
 le=attr-input-max><a href=#attr-input-max>max</a></code>, <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>, <code title=attr-input-min><a href=#attr-input-min>min</a></code>, <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>, <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>, <code title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>, <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>, <code title=attr-input-required><a href=#attr-input-required>required</a></code>, <code title=attr-input-size><a href=#attr-input-size>size</a></code>, <code title=attr-input-src><a href=#attr-input-src>src</a></code>, <code title=attr-input-step><a href=#attr-input-step>step</a></code>, and <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> content attributes, the <code title=dom-input-checked><a href=#dom-input-checked>che
 cked</a></code>, <code title=dom-input-files><a href=#dom-input-files>files</a></code>, <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and <code title=dom-input-list><a href=#dom-input-list>list</a></code> IDL
   attributes, the <code title=dom-textarea/input-select><a href=#dom-textarea/input-select>select()</a></code> method, the <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
   <code title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>, and
   <code title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -44027,30 +44026,6 @@
      <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
-    <tr><th> <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=yes> Yes     <!-- Text -->
-<!-- <td class="yes"> Yes          Search -->
-     <td class=yes> Yes     <!-- URL, Telephone -->
-     <td class=yes> Yes† <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=yes> Yes     <!-- Date and Time -->
-<!-- <td class="yes"> Yes          Date -->
-<!-- <td class="yes"> Yes          Month -->
-<!-- <td class="yes"> Yes          Week -->
-<!-- <td class="yes"> Yes          Time -->
-     <td class=yes> Yes     <!-- Local Date and Time -->
-     <td class=yes> Yes     <!-- Number -->
-     <td class=yes> Yes     <!-- Range -->
-     <td class=yes> Yes     <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
-<!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
-<!-- <td class="no"> ·      Button -->
-
     <tr><th> <code title=dom-textarea/input-select><a href=#dom-textarea/input-select>select()</a></code>
      <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
@@ -44529,7 +44504,6 @@
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -44619,7 +44593,6 @@
    <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
    <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>, 
    <code title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>, and
@@ -44718,7 +44691,6 @@
    <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
    <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>, 
    <code title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>, and
@@ -44824,7 +44796,6 @@
    <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
    <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>, and
@@ -45092,11 +45063,13 @@
    <code title=dom-input-list><a href=#dom-input-list>list</a></code> and
    <code title=dom-input-value><a href=#dom-input-value>value</a></code> IDL attributes.</p>
 
-   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+<!--
+   <p>The following common <code>input</code> element content
    attributes, IDL attributes, and methods apply to the element when
-   the <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code> attribute is
+   the <code title="attr-input-multiple">multiple</code> attribute is
    not specified:
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attribute.</p>
+   .</p>
+-->
 
    <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> IDL attribute is
    in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
@@ -45219,7 +45192,6 @@
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
    <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
@@ -45349,9 +45321,8 @@
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
    <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -45524,9 +45495,8 @@
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
    <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -45677,9 +45647,8 @@
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
    <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -45832,9 +45801,8 @@
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
    <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -45984,9 +45952,8 @@
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
    <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -46125,9 +46092,8 @@
    <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -46299,9 +46265,8 @@
    <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -46466,9 +46431,8 @@
    <code title=attr-input-min><a href=#attr-input-min>min</a></code>, and
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -46625,9 +46589,8 @@
    attributes, IDL attributes, and methods apply to the element:
    <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code> and
    <code title=attr-input-list><a href=#attr-input-list>list</a></code> content attributes;
-   <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code title=dom-input-value><a href=#dom-input-value>value</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes.</p>
+   <code title=dom-input-list><a href=#dom-input-list>list</a></code> and
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code> IDL attributes.</p>
 
    <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> IDL attribute is
    in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
@@ -46771,7 +46734,6 @@
    element:
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -46908,7 +46870,6 @@
    element:
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -47100,7 +47061,6 @@
    element:
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -47193,7 +47153,6 @@
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -47413,7 +47372,6 @@
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -47515,7 +47473,6 @@
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -47596,7 +47553,6 @@
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -48502,16 +48458,6 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code></dt>
-
-   <dd>
-
-    <p>Returns the <code><a href=#the-option-element>option</a></code> element from the
-    <code><a href=#the-datalist-element>datalist</a></code> element indicated by the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute that matches the
-    form control's <a href=#concept-fe-value title=concept-fe-value>value</a>.</p>
-
-   </dd>
-
   </dl><div class=impl>
 
   <p>The <dfn id=dom-input-value title=dom-input-value><code>value</code></dfn> IDL
@@ -48690,29 +48636,9 @@
   attribute must return the current <a href=#concept-input-list title=concept-input-list>suggestions source element</a>, if
   any, or null otherwise.</p>
 
-  <p>The <dfn id=dom-input-selectedoption title=dom-input-selectedOption><code>selectedOption</code></dfn>
-  IDL attribute must return the value determined by the following
-  steps:</p>
+  </div>
 
-  <ol><li><p>If there is no <a href=#concept-input-list title=concept-input-list>suggestions
-   source element</a> (e.g. because the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute doesn't apply or is
-   not specified), then return null and abort these steps.</li>
 
-   <li><p>If the <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>
-   attribute is specified and applies, then return null and abort
-   these steps. (The <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL
-   attribute doesn't apply.)</li>
-
-   <li><p>Return the first <code><a href=#the-option-element>option</a></code> element, in <a href=#tree-order>tree
-   order</a>, to be a child of the <a href=#concept-input-list title=concept-input-list>suggestions source element</a> and
-   whose <a href=#concept-option-value title=concept-option-value>value</a> matches the
-   <code><a href=#the-input-element>input</a></code> element's <a href=#concept-fe-value title=concept-fe-value>value</a>, if any. If the <a href=#concept-input-list title=concept-input-list>suggestions source element</a>
-   contains no matching <code><a href=#the-option-element>option</a></code> element, then return null
-   instead.</li>
-
-  </ol></div>
-
-
   <div class=impl>
 
   <h5 id=common-event-behaviors><span class=secno>4.10.7.4 </span>Common event behaviors</h5>

Modified: index
===================================================================
--- index	2011-10-19 22:01:45 UTC (rev 6700)
+++ index	2011-10-19 22:11:30 UTC (rev 6701)
@@ -43136,7 +43136,6 @@
            attribute DOMString <a href=#dom-input-value title=dom-input-value>value</a>;
            attribute <span>Date</span> <a href=#dom-input-valueasdate title=dom-input-valueAsDate>valueAsDate</a>;
            attribute double <a href=#dom-input-valueasnumber title=dom-input-valueAsNumber>valueAsNumber</a>;
-  readonly attribute <a href=#htmloptionelement>HTMLOptionElement</a>? <a href=#dom-input-selectedoption title=dom-input-selectedOption>selectedOption</a>;
            attribute DOMString <a href=#dom-dim-width title=dom-dim-width>width</a>;
 
   void <a href=#dom-input-stepup title=dom-input-stepUp>stepUp</a>(optional long n);
@@ -43265,7 +43264,7 @@
      <td> A button
   </table><p>The <i>missing value default</i> is the <a href=#text-state-and-search-state title=attr-input-type-text>Text</a> state.</p>
 
-  <p>Which of the <code title=attr-input-accept><a href=#attr-input-accept>accept</a></code>, <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code>, <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>, <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>, <code title=attr-input-dirname><a href=#attr-input-dirname>dirname</a></code>, <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>, <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>, <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>, <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>, <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>, <code title=attr-dim-height><a href=#attr-dim-height>height</a></code>, <code title=attr-input-list><a href=#attr-input-list>list</a></code>, <code tit
 le=attr-input-max><a href=#attr-input-max>max</a></code>, <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>, <code title=attr-input-min><a href=#attr-input-min>min</a></code>, <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>, <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>, <code title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>, <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>, <code title=attr-input-required><a href=#attr-input-required>required</a></code>, <code title=attr-input-size><a href=#attr-input-size>size</a></code>, <code title=attr-input-src><a href=#attr-input-src>src</a></code>, <code title=attr-input-step><a href=#attr-input-step>step</a></code>, and <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> content attributes, the <code title=dom-input-checked><a href=#dom-input-checked>che
 cked</a></code>, <code title=dom-input-files><a href=#dom-input-files>files</a></code>, <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, <code title=dom-input-list><a href=#dom-input-list>list</a></code>, and <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL
+  <p>Which of the <code title=attr-input-accept><a href=#attr-input-accept>accept</a></code>, <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code>, <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code>, <code title=attr-input-checked><a href=#attr-input-checked>checked</a></code>, <code title=attr-input-dirname><a href=#attr-input-dirname>dirname</a></code>, <code title=attr-fs-formaction><a href=#attr-fs-formaction>formaction</a></code>, <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>formenctype</a></code>, <code title=attr-fs-formmethod><a href=#attr-fs-formmethod>formmethod</a></code>, <code title=attr-fs-formnovalidate><a href=#attr-fs-formnovalidate>formnovalidate</a></code>, <code title=attr-fs-formtarget><a href=#attr-fs-formtarget>formtarget</a></code>, <code title=attr-dim-height><a href=#attr-dim-height>height</a></code>, <code title=attr-input-list><a href=#attr-input-list>list</a></code>, <code tit
 le=attr-input-max><a href=#attr-input-max>max</a></code>, <code title=attr-input-maxlength><a href=#attr-input-maxlength>maxlength</a></code>, <code title=attr-input-min><a href=#attr-input-min>min</a></code>, <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>, <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code>, <code title=attr-input-placeholder><a href=#attr-input-placeholder>placeholder</a></code>, <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code>, <code title=attr-input-required><a href=#attr-input-required>required</a></code>, <code title=attr-input-size><a href=#attr-input-size>size</a></code>, <code title=attr-input-src><a href=#attr-input-src>src</a></code>, <code title=attr-input-step><a href=#attr-input-step>step</a></code>, and <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> content attributes, the <code title=dom-input-checked><a href=#dom-input-checked>che
 cked</a></code>, <code title=dom-input-files><a href=#dom-input-files>files</a></code>, <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and <code title=dom-input-list><a href=#dom-input-list>list</a></code> IDL
   attributes, the <code title=dom-textarea/input-select><a href=#dom-textarea/input-select>select()</a></code> method, the <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
   <code title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>, and
   <code title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -44027,30 +44026,6 @@
      <td class=no> · <!-- Reset Button -->
 <!-- <td class="no"> ·      Button -->
 
-    <tr><th> <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>
-     <td class=no> · <!-- Hidden -->
-     <td class=yes> Yes     <!-- Text -->
-<!-- <td class="yes"> Yes          Search -->
-     <td class=yes> Yes     <!-- URL, Telephone -->
-     <td class=yes> Yes† <!-- E-mail -->
-     <td class=no> · <!-- Password -->
-     <td class=yes> Yes     <!-- Date and Time -->
-<!-- <td class="yes"> Yes          Date -->
-<!-- <td class="yes"> Yes          Month -->
-<!-- <td class="yes"> Yes          Week -->
-<!-- <td class="yes"> Yes          Time -->
-     <td class=yes> Yes     <!-- Local Date and Time -->
-     <td class=yes> Yes     <!-- Number -->
-     <td class=yes> Yes     <!-- Range -->
-     <td class=yes> Yes     <!-- Color -->
-     <td class=no> · <!-- Checkbox -->
-<!-- <td class="no"> ·      Radio Button -->
-     <td class=no> · <!-- File Upload -->
-     <td class=no> · <!-- Submit Button -->
-     <td class=no> · <!-- Image Button -->
-     <td class=no> · <!-- Reset Button -->
-<!-- <td class="no"> ·      Button -->
-
     <tr><th> <code title=dom-textarea/input-select><a href=#dom-textarea/input-select>select()</a></code>
      <td class=no> · <!-- Hidden -->
      <td class=yes> Yes     <!-- Text -->
@@ -44529,7 +44504,6 @@
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -44619,7 +44593,6 @@
    <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
    <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>, 
    <code title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>, and
@@ -44718,7 +44691,6 @@
    <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
    <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>, 
    <code title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>, and
@@ -44824,7 +44796,6 @@
    <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
    <code title=attr-input-size><a href=#attr-input-size>size</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>, and
@@ -45092,11 +45063,13 @@
    <code title=dom-input-list><a href=#dom-input-list>list</a></code> and
    <code title=dom-input-value><a href=#dom-input-value>value</a></code> IDL attributes.</p>
 
-   <p>The following common <code><a href=#the-input-element>input</a></code> element content
+<!--
+   <p>The following common <code>input</code> element content
    attributes, IDL attributes, and methods apply to the element when
-   the <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code> attribute is
+   the <code title="attr-input-multiple">multiple</code> attribute is
    not specified:
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attribute.</p>
+   .</p>
+-->
 
    <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> IDL attribute is
    in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
@@ -45219,7 +45192,6 @@
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
    <code class=no-backref title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code class=no-backref title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
@@ -45349,9 +45321,8 @@
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
    <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -45524,9 +45495,8 @@
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
    <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -45677,9 +45647,8 @@
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
    <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -45832,9 +45801,8 @@
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
    <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -45984,9 +45952,8 @@
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
    <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-valueAsDate><a href=#dom-input-valueasdate>valueAsDate</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -46125,9 +46092,8 @@
    <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -46299,9 +46265,8 @@
    <code title=attr-input-required><a href=#attr-input-required>required</a></code>, and
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -46466,9 +46431,8 @@
    <code title=attr-input-min><a href=#attr-input-min>min</a></code>, and
    <code title=attr-input-step><a href=#attr-input-step>step</a></code> content attributes;
    <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code title=dom-input-value><a href=#dom-input-value>value</a></code>,
-   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes;
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code>, and
+   <code title=dom-input-valueAsNumber><a href=#dom-input-valueasnumber>valueAsNumber</a></code> IDL attributes;
    <code title=dom-input-stepDown><a href=#dom-input-stepdown>stepDown()</a></code> and
    <code title=dom-input-stepUp><a href=#dom-input-stepup>stepUp()</a></code> methods.</p>
 
@@ -46625,9 +46589,8 @@
    attributes, IDL attributes, and methods apply to the element:
    <code title=attr-input-autocomplete><a href=#attr-input-autocomplete>autocomplete</a></code> and
    <code title=attr-input-list><a href=#attr-input-list>list</a></code> content attributes;
-   <code title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code title=dom-input-value><a href=#dom-input-value>value</a></code>, and
-   <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL attributes.</p>
+   <code title=dom-input-list><a href=#dom-input-list>list</a></code> and
+   <code title=dom-input-value><a href=#dom-input-value>value</a></code> IDL attributes.</p>
 
    <p>The <code title=dom-input-value><a href=#dom-input-value>value</a></code> IDL attribute is
    in mode <a href=#dom-input-value-value title=dom-input-value-value>value</a>.</p>
@@ -46771,7 +46734,6 @@
    element:
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -46908,7 +46870,6 @@
    element:
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -47100,7 +47061,6 @@
    element:
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -47193,7 +47153,6 @@
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -47413,7 +47372,6 @@
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -47515,7 +47473,6 @@
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -47596,7 +47553,6 @@
    <code class=no-backref title=dom-input-checked><a href=#dom-input-checked>checked</a></code>,
    <code class=no-backref title=dom-input-files><a href=#dom-input-files>files</a></code>,
    <code class=no-backref title=dom-input-list><a href=#dom-input-list>list</a></code>,
-   <code class=no-backref title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionEnd><a href=#dom-textarea/input-selectionend>selectionEnd</a></code>,
    <code class=no-backref title=dom-textarea/input-selectionDirection><a href=#dom-textarea/input-selectiondirection>selectionDirection</a></code>,
@@ -48502,16 +48458,6 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code></dt>
-
-   <dd>
-
-    <p>Returns the <code><a href=#the-option-element>option</a></code> element from the
-    <code><a href=#the-datalist-element>datalist</a></code> element indicated by the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute that matches the
-    form control's <a href=#concept-fe-value title=concept-fe-value>value</a>.</p>
-
-   </dd>
-
   </dl><div class=impl>
 
   <p>The <dfn id=dom-input-value title=dom-input-value><code>value</code></dfn> IDL
@@ -48690,29 +48636,9 @@
   attribute must return the current <a href=#concept-input-list title=concept-input-list>suggestions source element</a>, if
   any, or null otherwise.</p>
 
-  <p>The <dfn id=dom-input-selectedoption title=dom-input-selectedOption><code>selectedOption</code></dfn>
-  IDL attribute must return the value determined by the following
-  steps:</p>
+  </div>
 
-  <ol><li><p>If there is no <a href=#concept-input-list title=concept-input-list>suggestions
-   source element</a> (e.g. because the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute doesn't apply or is
-   not specified), then return null and abort these steps.</li>
 
-   <li><p>If the <code title=attr-input-multiple><a href=#attr-input-multiple>multiple</a></code>
-   attribute is specified and applies, then return null and abort
-   these steps. (The <code title=dom-input-selectedOption><a href=#dom-input-selectedoption>selectedOption</a></code> IDL
-   attribute doesn't apply.)</li>
-
-   <li><p>Return the first <code><a href=#the-option-element>option</a></code> element, in <a href=#tree-order>tree
-   order</a>, to be a child of the <a href=#concept-input-list title=concept-input-list>suggestions source element</a> and
-   whose <a href=#concept-option-value title=concept-option-value>value</a> matches the
-   <code><a href=#the-input-element>input</a></code> element's <a href=#concept-fe-value title=concept-fe-value>value</a>, if any. If the <a href=#concept-input-list title=concept-input-list>suggestions source element</a>
-   contains no matching <code><a href=#the-option-element>option</a></code> element, then return null
-   instead.</li>
-
-  </ol></div>
-
-
   <div class=impl>
 
   <h5 id=common-event-behaviors><span class=secno>4.10.7.4 </span>Common event behaviors</h5>

Modified: source
===================================================================
--- source	2011-10-19 22:01:45 UTC (rev 6700)
+++ source	2011-10-19 22:11:30 UTC (rev 6701)
@@ -48109,7 +48109,6 @@
            attribute DOMString <span title="dom-input-value">value</span>;
            attribute <span>Date</span> <span title="dom-input-valueAsDate">valueAsDate</span>;
            attribute double <span title="dom-input-valueAsNumber">valueAsNumber</span>;
-  readonly attribute <span>HTMLOptionElement</span>? <span title="dom-input-selectedOption">selectedOption</span>;
            attribute DOMString <span title="dom-dim-width">width</span>;
 
   void <span title="dom-input-stepUp">stepUp</span>(optional long n);
@@ -48297,9 +48296,8 @@
   title="dom-input-checked">checked</code>, <code
   title="dom-input-files">files</code>, <code
   title="dom-input-valueAsDate">valueAsDate</code>, <code
-  title="dom-input-valueAsNumber">valueAsNumber</code>, <code
-  title="dom-input-list">list</code>, and <code
-  title="dom-input-selectedOption">selectedOption</code> IDL
+  title="dom-input-valueAsNumber">valueAsNumber</code>, and <code
+  title="dom-input-list">list</code> IDL
   attributes, the <code
   title="dom-textarea/input-select">select()</code> method, the <code
   title="dom-textarea/input-selectionStart">selectionStart</code>,
@@ -49104,31 +49102,6 @@
 <!-- <td class="no"> ·      Button -->
 
     <tr>
-     <th> <code title="dom-input-selectedOption">selectedOption</code>
-     <td class="no"> · <!-- Hidden -->
-     <td class="yes"> Yes     <!-- Text -->
-<!-- <td class="yes"> Yes          Search -->
-     <td class="yes"> Yes     <!-- URL, Telephone -->
-     <td class="yes"> Yes† <!-- E-mail -->
-     <td class="no"> · <!-- Password -->
-     <td class="yes"> Yes     <!-- Date and Time -->
-<!-- <td class="yes"> Yes          Date -->
-<!-- <td class="yes"> Yes          Month -->
-<!-- <td class="yes"> Yes          Week -->
-<!-- <td class="yes"> Yes          Time -->
-     <td class="yes"> Yes     <!-- Local Date and Time -->
-     <td class="yes"> Yes     <!-- Number -->
-     <td class="yes"> Yes     <!-- Range -->
-     <td class="yes"> Yes     <!-- Color -->
-     <td class="no"> · <!-- Checkbox -->
-<!-- <td class="no"> ·      Radio Button -->
-     <td class="no"> · <!-- File Upload -->
-     <td class="no"> · <!-- Submit Button -->
-     <td class="no"> · <!-- Image Button -->
-     <td class="no"> · <!-- Reset Button -->
-<!-- <td class="no"> ·      Button -->
-
-    <tr>
      <th> <code title="dom-textarea/input-select">select()</code>
      <td class="no"> · <!-- Hidden -->
      <td class="yes"> Yes     <!-- Text -->
@@ -49721,7 +49694,6 @@
    <code class="no-backref" title="dom-input-checked">checked</code>,
    <code class="no-backref" title="dom-input-files">files</code>,
    <code class="no-backref" title="dom-input-list">list</code>,
-   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
    <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
    <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>,
    <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
@@ -49827,7 +49799,6 @@
    <code title="attr-input-required">required</code>, and
    <code title="attr-input-size">size</code> content attributes;
    <code title="dom-input-list">list</code>,
-   <code title="dom-input-selectedOption">selectedOption</code>,
    <code title="dom-textarea/input-selectionStart">selectionStart</code>,
    <code title="dom-textarea/input-selectionEnd">selectionEnd</code>, 
    <code title="dom-textarea/input-selectionDirection">selectionDirection</code>, and
@@ -49936,7 +49907,6 @@
    <code title="attr-input-required">required</code>, and
    <code title="attr-input-size">size</code> content attributes;
    <code title="dom-input-list">list</code>,
-   <code title="dom-input-selectedOption">selectedOption</code>,
    <code title="dom-textarea/input-selectionStart">selectionStart</code>,
    <code title="dom-textarea/input-selectionEnd">selectionEnd</code>, 
    <code title="dom-textarea/input-selectionDirection">selectionDirection</code>, and
@@ -50050,7 +50020,6 @@
    <code title="attr-input-required">required</code>, and
    <code title="attr-input-size">size</code> content attributes;
    <code title="dom-input-list">list</code>,
-   <code title="dom-input-selectedOption">selectedOption</code>,
    <code title="dom-textarea/input-selectionStart">selectionStart</code>,
    <code title="dom-textarea/input-selectionEnd">selectionEnd</code>,
    <code title="dom-textarea/input-selectionDirection">selectionDirection</code>, and
@@ -50359,11 +50328,13 @@
    <code title="dom-input-list">list</code> and
    <code title="dom-input-value">value</code> IDL attributes.</p>
 
+<!--
    <p>The following common <code>input</code> element content
    attributes, IDL attributes, and methods apply to the element when
    the <code title="attr-input-multiple">multiple</code> attribute is
    not specified:
-   <code title="dom-input-selectedOption">selectedOption</code> IDL attribute.</p>
+   .</p>
+-->
 
    <p>The <code title="dom-input-value">value</code> IDL attribute is
    in mode <span title="dom-input-value-value">value</span>.</p>
@@ -50493,7 +50464,6 @@
    <code class="no-backref" title="dom-input-checked">checked</code>,
    <code class="no-backref" title="dom-input-files">files</code>,
    <code class="no-backref" title="dom-input-list">list</code>,
-   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
    <code class="no-backref" title="dom-input-valueAsDate">valueAsDate</code>, and
    <code class="no-backref" title="dom-input-valueAsNumber">valueAsNumber</code> IDL attributes;
    <code class="no-backref" title="dom-input-stepDown">stepDown()</code> and
@@ -50646,9 +50616,8 @@
    <code title="attr-input-step">step</code> content attributes;
    <code title="dom-input-list">list</code>,
    <code title="dom-input-value">value</code>,
-   <code title="dom-input-valueAsDate">valueAsDate</code>,
-   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-   <code title="dom-input-selectedOption">selectedOption</code> IDL attributes;
+   <code title="dom-input-valueAsDate">valueAsDate</code>, and
+   <code title="dom-input-valueAsNumber">valueAsNumber</code> IDL attributes;
    <code title="dom-input-stepDown">stepDown()</code> and
    <code title="dom-input-stepUp">stepUp()</code> methods.</p>
 
@@ -50843,9 +50812,8 @@
    <code title="attr-input-step">step</code> content attributes;
    <code title="dom-input-list">list</code>,
    <code title="dom-input-value">value</code>,
-   <code title="dom-input-valueAsDate">valueAsDate</code>,
-   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-   <code title="dom-input-selectedOption">selectedOption</code> IDL attributes;
+   <code title="dom-input-valueAsDate">valueAsDate</code>, and
+   <code title="dom-input-valueAsNumber">valueAsNumber</code> IDL attributes;
    <code title="dom-input-stepDown">stepDown()</code> and
    <code title="dom-input-stepUp">stepUp()</code> methods.</p>
 
@@ -51018,9 +50986,8 @@
    <code title="attr-input-step">step</code> content attributes;
    <code title="dom-input-list">list</code>,
    <code title="dom-input-value">value</code>,
-   <code title="dom-input-valueAsDate">valueAsDate</code>,
-   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-   <code title="dom-input-selectedOption">selectedOption</code> IDL attributes;
+   <code title="dom-input-valueAsDate">valueAsDate</code>, and
+   <code title="dom-input-valueAsNumber">valueAsNumber</code> IDL attributes;
    <code title="dom-input-stepDown">stepDown()</code> and
    <code title="dom-input-stepUp">stepUp()</code> methods.</p>
 
@@ -51196,9 +51163,8 @@
    <code title="attr-input-step">step</code> content attributes;
    <code title="dom-input-list">list</code>,
    <code title="dom-input-value">value</code>,
-   <code title="dom-input-valueAsDate">valueAsDate</code>,
-   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-   <code title="dom-input-selectedOption">selectedOption</code> IDL attributes;
+   <code title="dom-input-valueAsDate">valueAsDate</code>, and
+   <code title="dom-input-valueAsNumber">valueAsNumber</code> IDL attributes;
    <code title="dom-input-stepDown">stepDown()</code> and
    <code title="dom-input-stepUp">stepUp()</code> methods.</p>
 
@@ -51371,9 +51337,8 @@
    <code title="attr-input-step">step</code> content attributes;
    <code title="dom-input-list">list</code>,
    <code title="dom-input-value">value</code>,
-   <code title="dom-input-valueAsDate">valueAsDate</code>,
-   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-   <code title="dom-input-selectedOption">selectedOption</code> IDL attributes;
+   <code title="dom-input-valueAsDate">valueAsDate</code>, and
+   <code title="dom-input-valueAsNumber">valueAsNumber</code> IDL attributes;
    <code title="dom-input-stepDown">stepDown()</code> and
    <code title="dom-input-stepUp">stepUp()</code> methods.</p>
 
@@ -51529,9 +51494,8 @@
    <code title="attr-input-required">required</code>, and
    <code title="attr-input-step">step</code> content attributes;
    <code title="dom-input-list">list</code>,
-   <code title="dom-input-value">value</code>,
-   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-   <code title="dom-input-selectedOption">selectedOption</code> IDL attributes;
+   <code title="dom-input-value">value</code>, and
+   <code title="dom-input-valueAsNumber">valueAsNumber</code> IDL attributes;
    <code title="dom-input-stepDown">stepDown()</code> and
    <code title="dom-input-stepUp">stepUp()</code> methods.</p>
 
@@ -51714,9 +51678,8 @@
    <code title="attr-input-required">required</code>, and
    <code title="attr-input-step">step</code> content attributes;
    <code title="dom-input-list">list</code>,
-   <code title="dom-input-value">value</code>,
-   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-   <code title="dom-input-selectedOption">selectedOption</code> IDL attributes;
+   <code title="dom-input-value">value</code>, and
+   <code title="dom-input-valueAsNumber">valueAsNumber</code> IDL attributes;
    <code title="dom-input-stepDown">stepDown()</code> and
    <code title="dom-input-stepUp">stepUp()</code> methods.</p>
 
@@ -51906,9 +51869,8 @@
    <code title="attr-input-min">min</code>, and
    <code title="attr-input-step">step</code> content attributes;
    <code title="dom-input-list">list</code>,
-   <code title="dom-input-value">value</code>,
-   <code title="dom-input-valueAsNumber">valueAsNumber</code>, and
-   <code title="dom-input-selectedOption">selectedOption</code> IDL attributes;
+   <code title="dom-input-value">value</code>, and
+   <code title="dom-input-valueAsNumber">valueAsNumber</code> IDL attributes;
    <code title="dom-input-stepDown">stepDown()</code> and
    <code title="dom-input-stepUp">stepUp()</code> methods.</p>
 
@@ -52073,9 +52035,8 @@
    attributes, IDL attributes, and methods apply to the element:
    <code title="attr-input-autocomplete">autocomplete</code> and
    <code title="attr-input-list">list</code> content attributes;
-   <code title="dom-input-list">list</code>,
-   <code title="dom-input-value">value</code>, and
-   <code title="dom-input-selectedOption">selectedOption</code> IDL attributes.</p>
+   <code title="dom-input-list">list</code> and
+   <code title="dom-input-value">value</code> IDL attributes.</p>
 
    <p>The <code title="dom-input-value">value</code> IDL attribute is
    in mode <span title="dom-input-value-value">value</span>.</p>
@@ -52236,7 +52197,6 @@
    element:
    <code class="no-backref" title="dom-input-files">files</code>,
    <code class="no-backref" title="dom-input-list">list</code>,
-   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
    <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
    <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>,
    <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
@@ -52393,7 +52353,6 @@
    element:
    <code class="no-backref" title="dom-input-files">files</code>,
    <code class="no-backref" title="dom-input-list">list</code>,
-   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
    <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
    <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>,
    <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
@@ -52600,7 +52559,6 @@
    element:
    <code class="no-backref" title="dom-input-checked">checked</code>,
    <code class="no-backref" title="dom-input-list">list</code>,
-   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
    <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
    <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>,
    <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
@@ -52704,7 +52662,6 @@
    <code class="no-backref" title="dom-input-checked">checked</code>,
    <code class="no-backref" title="dom-input-files">files</code>,
    <code class="no-backref" title="dom-input-list">list</code>,
-   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
    <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
    <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>,
    <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
@@ -52990,7 +52947,6 @@
    <code class="no-backref" title="dom-input-checked">checked</code>,
    <code class="no-backref" title="dom-input-files">files</code>,
    <code class="no-backref" title="dom-input-list">list</code>,
-   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
    <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
    <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>,
    <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
@@ -53100,7 +53056,6 @@
    <code class="no-backref" title="dom-input-checked">checked</code>,
    <code class="no-backref" title="dom-input-files">files</code>,
    <code class="no-backref" title="dom-input-list">list</code>,
-   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
    <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
    <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>,
    <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
@@ -53187,7 +53142,6 @@
    <code class="no-backref" title="dom-input-checked">checked</code>,
    <code class="no-backref" title="dom-input-files">files</code>,
    <code class="no-backref" title="dom-input-list">list</code>,
-   <code class="no-backref" title="dom-input-selectedOption">selectedOption</code>,
    <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
    <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>,
    <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
@@ -54215,17 +54169,6 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-selectedOption">selectedOption</code></dt>
-
-   <dd>
-
-    <p>Returns the <code>option</code> element from the
-    <code>datalist</code> element indicated by the <code
-    title="attr-input-list">list</code> attribute that matches the
-    form control's <span title="concept-fe-value">value</span>.</p>
-
-   </dd>
-
   </dl>
 
   <div class="impl">
@@ -54481,36 +54424,6 @@
   title="concept-input-list">suggestions source element</span>, if
   any, or null otherwise.</p>
 
-  <p>The <dfn
-  title="dom-input-selectedOption"><code>selectedOption</code></dfn>
-  IDL attribute must return the value determined by the following
-  steps:</p>
-
-  <ol>
-
-   <li><p>If there is no <span title="concept-input-list">suggestions
-   source element</span> (e.g. because the <code
-   title="attr-input-list">list</code> attribute doesn't apply or is
-   not specified), then return null and abort these steps.</p></li>
-
-   <li><p>If the <code title="attr-input-multiple">multiple</code>
-   attribute is specified and applies, then return null and abort
-   these steps. (The <code
-   title="dom-input-selectedOption">selectedOption</code> IDL
-   attribute doesn't apply.)</p></li>
-
-   <li><p>Return the first <code>option</code> element, in <span>tree
-   order</span>, to be a child of the <span
-   title="concept-input-list">suggestions source element</span> and
-   whose <span title="concept-option-value">value</span> matches the
-   <code>input</code> element's <span
-   title="concept-fe-value">value</span>, if any. If the <span
-   title="concept-input-list">suggestions source element</span>
-   contains no matching <code>option</code> element, then return null
-   instead.</p></li>
-
-  </ol>
-
   </div>
 
 




More information about the Commit-Watchers mailing list