[html5] r2288 - [] (0) WF2: select.options

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 6 03:37:11 PDT 2008


Author: ianh
Date: 2008-10-06 03:37:10 -0700 (Mon, 06 Oct 2008)
New Revision: 2288

Modified:
   index
   source
Log:
[] (0) WF2: select.options

Modified: index
===================================================================
--- index	2008-10-06 10:31:31 UTC (rev 2287)
+++ index	2008-10-06 10:37:10 UTC (rev 2288)
@@ -26281,7 +26281,7 @@
 
   readonly attribute DOMString <a href=#dom-select-type title=dom-select-type>type</a>;
 
-  readonly attribute <a href=#htmloptionscollection-0>HTMLOptionsCollection</a> <span title=dom-select-options>options</span>;
+  readonly attribute <a href=#htmloptionscollection-0>HTMLOptionsCollection</a> <a href=#dom-select-options title=dom-select-options>options</a>;
            attribute unsigned long <span title=dom-select-length>length</span>;
   [IndexGetter] <a href=#htmlelement>HTMLElement</a> <span title=dom-select-XXX9>XXX9</span>(in unsigned long index);
 
@@ -26307,14 +26307,14 @@
   <p>The <dfn id=attr-select-multiple title=attr-select-multiple><code>multiple</code></dfn>
   attribute is a <a href=#boolean-attribute>boolean attribute</a>. If the attribute is
   present, then the <code><a href=#the-select-element>select</a></code> element represents a control
-  for selecting zero or more options from the <a href=#select-option-list title=select-option-list>list of options</a>. If the attribute
-  is absent, then the <code><a href=#the-select-element>select</a></code> element represents a control
-  for selecting a single option from the <a href=#select-option-list title=select-option-list>list of options</a>.</p>
+  for selecting zero or more options from the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>. If the
+  attribute is absent, then the <code><a href=#the-select-element>select</a></code> element represents
+  a control for selecting a single option from the <a href=#concept-select-option-list title=concept-select-option-list>list of options</a>.</p>
 
-  <p>The <dfn id=select-option-list title=select-option-list>list of options</dfn> for a
-  <code><a href=#the-select-element>select</a></code> element consists of all the <code><a href=#the-option-element>option</a></code>
-  element children of the <code><a href=#the-select-element>select</a></code> element, and all the
-  <code><a href=#the-option-element>option</a></code> element children of all the
+  <p>The <dfn id=concept-select-option-list title=concept-select-option-list>list of options</dfn>
+  for a <code><a href=#the-select-element>select</a></code> element consists of all the
+  <code><a href=#the-option-element>option</a></code> element children of the <code><a href=#the-select-element>select</a></code>
+  element, and all the <code><a href=#the-option-element>option</a></code> element children of all the
   <code><a href=#the-optgroup-element>optgroup</a></code> element children of the <code><a href=#the-select-element>select</a></code>
   element, in <a href=#tree-order>tree order</a>.</p>
 
@@ -26350,8 +26350,13 @@
   and the string "<code title="">select-multiple</code>" if the <code title=attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> attribute is
   present.</p>
 
+  <p>The <dfn id=dom-select-options title=dom-select-options><code>options</code></dfn>
+  attribute must return an <code><a href=#htmloptionscollection-0>HTMLOptionsCollection</a></code> rooted
+  at the <code><a href=#the-select-element>select</a></code> node, whose filter matches the elements
+  in the <a href=#concept-select-option-list title=concept-select-option-list>list of
+  options</a>.</p>
+
   <!-- XXX
-  readonly attribute <span>HTMLOptionsCollection</span> <span title="dom-select-options">options</span>;
            attribute unsigned long <span title="dom-select-length">length</span>;
   [IndexGetter] <span>HTMLElement</span> <span title="dom-select-XXX9">XXX9</span>(in unsigned long index);
 
@@ -26393,7 +26398,7 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class=idl>interface <dfn id=htmldatalistelement>HTMLDataListElement</dfn> : <a href=#htmlelement>HTMLElement</a> {
-  readonly attribute <a href=#htmloptionscollection-0>HTMLOptionsCollection</a> <span title=dom-select-options>options</span>;
+  readonly attribute <a href=#htmloptionscollection-0>HTMLOptionsCollection</a> <a href=#dom-select-options title=dom-select-options>options</a>;
 };</pre>
    </dd> 
   </dl><p class=XXX>...</p>

Modified: source
===================================================================
--- source	2008-10-06 10:31:31 UTC (rev 2287)
+++ source	2008-10-06 10:37:10 UTC (rev 2288)
@@ -29414,15 +29414,15 @@
   attribute is a <span>boolean attribute</span>. If the attribute is
   present, then the <code>select</code> element represents a control
   for selecting zero or more options from the <span
-  title="select-option-list">list of options</span>. If the attribute
-  is absent, then the <code>select</code> element represents a control
-  for selecting a single option from the <span
-  title="select-option-list">list of options</span>.</p>
+  title="concept-select-option-list">list of options</span>. If the
+  attribute is absent, then the <code>select</code> element represents
+  a control for selecting a single option from the <span
+  title="concept-select-option-list">list of options</span>.</p>
 
-  <p>The <dfn title="select-option-list">list of options</dfn> for a
-  <code>select</code> element consists of all the <code>option</code>
-  element children of the <code>select</code> element, and all the
-  <code>option</code> element children of all the
+  <p>The <dfn title="concept-select-option-list">list of options</dfn>
+  for a <code>select</code> element consists of all the
+  <code>option</code> element children of the <code>select</code>
+  element, and all the <code>option</code> element children of all the
   <code>optgroup</code> element children of the <code>select</code>
   element, in <span>tree order</span>.</p>
 
@@ -29465,8 +29465,13 @@
   title="attr-select-multiple">multiple</code> attribute is
   present.</p>
 
+  <p>The <dfn title="dom-select-options"><code>options</code></dfn>
+  attribute must return an <code>HTMLOptionsCollection</code> rooted
+  at the <code>select</code> node, whose filter matches the elements
+  in the <span title="concept-select-option-list">list of
+  options</span>.</p>
+
   <!-- XXX
-  readonly attribute <span>HTMLOptionsCollection</span> <span title="dom-select-options">options</span>;
            attribute unsigned long <span title="dom-select-length">length</span>;
   [IndexGetter] <span>HTMLElement</span> <span title="dom-select-XXX9">XXX9</span>(in unsigned long index);
 




More information about the Commit-Watchers mailing list