- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 19 Oct 2011 22:15:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10087
Modified Files:
Overview.html
Log Message:
Drop input.selectedOption since it has no compelling use cases and we don't have interop on it either. (whatwg r6701)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5371
retrieving revision 1.5372
diff -u -d -r1.5371 -r1.5372
--- Overview.html 19 Oct 2011 22:05:31 -0000 1.5371
+++ Overview.html 19 Oct 2011 22:15:16 -0000 1.5372
@@ -32051,7 +32051,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);
@@ -32174,7 +32173,7 @@
<td> <a href="#button-state" title="attr-input-type-button">Button</a>
<td> n/a
<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>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 tite="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 title="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></cod>, 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">checked</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
+ </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>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 tite="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 title="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></cod>, 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">checked</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>,
@@ -32724,23 +32723,6 @@
<td class="no"> ·
<td class="no"> ·
- <tr><th> <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code>
- <td class="no"> ·
- <td class="yes"> Yes
- <td class="yes"> Yes
- <td class="yes"> Yes†
- <td class="no"> ·
- <td class="yes"> Yes
- <td class="yes"> Yes
- <td class="yes"> Yes
- <td class="yes"> Yes
- <td class="yes"> Yes
- <td class="no"> ·
- <td class="no"> ·
- <td class="no"> ·
- <td class="no"> ·
- <td class="no"> ·
-
<tr><th> <code title="dom-textarea/input-select"><a href="#dom-textarea-input-select">select()</a></code>
<td class="no"> ·
<td class="yes"> Yes
@@ -33120,7 +33102,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>,
@@ -33189,7 +33170,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
@@ -33270,7 +33250,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
@@ -33361,7 +33340,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
@@ -33608,11 +33586,6 @@
<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
- 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
- not specified:
- <code title="dom-input-selectedOption"><a href="#dom-input-selectedoption">selectedOption</a></code> IDL attribute.</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>
@@ -33720,7 +33693,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
@@ -33825,9 +33797,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>
@@ -33974,9 +33945,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>
@@ -34100,9 +34070,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>
@@ -34231,9 +34200,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>
@@ -34355,9 +34323,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>
@@ -34472,9 +34439,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>
@@ -34618,9 +34584,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>
@@ -34757,9 +34722,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>
@@ -34896,9 +34860,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>
@@ -35027,7 +34990,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>,
@@ -35144,7 +35106,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>,
@@ -35307,7 +35268,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>,
@@ -35384,7 +35344,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>,
@@ -35578,7 +35537,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>,
@@ -35664,7 +35622,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>,
@@ -35734,7 +35691,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>,
@@ -36473,16 +36429,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
@@ -36661,27 +36607,7 @@
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>
-
- <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">
+ </div><div class="impl">
<h5 id="common-event-behaviors"><span class="secno">4.10.7.4 </span>Common event behaviors</h5>
Received on Wednesday, 19 October 2011 22:15:26 UTC