[html5] r2150 - [] (0) WF2: <datalist> element summary.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Sep 4 04:04:37 PDT 2008
Author: ianh
Date: 2008-09-04 04:04:35 -0700 (Thu, 04 Sep 2008)
New Revision: 2150
Modified:
index
source
Log:
[] (0) WF2: <datalist> element summary.
Modified: index
===================================================================
--- index 2008-09-04 10:58:53 UTC (rev 2149)
+++ index 2008-09-04 11:04:35 UTC (rev 2150)
@@ -26903,9 +26903,37 @@
<p class=big-issue>...
- <h4 id=the-datalist><span class=secno>4.9.7 </span>The
- <code>datalist</code> element</h4>
+ <h4 id=the-datalist><span class=secno>4.9.7 </span>The <dfn
+ id=datalist><code>datalist</code></dfn> element</h4>
+ <dl class=element>
+ <dt>Categories
+
+ <dd><a href="#phrasing0">Phrasing content</a>.
+
+ <dt>Contexts in which this element may be used:
+
+ <dd>Where <a href="#phrasing0">phrasing content</a> is expected.
+
+ <dt>Content model:
+
+ <dd><a href="#phrasing0">Phrasing content</a>.
+
+ <dt>Element-specific attributes:
+
+ <dd>None.
+
+ <dt>DOM interface:
+
+ <dd>
+ <pre
+ class=idl>interface <dfn id=htmlselectelement0>HTMLSelectElement</dfn> : <a href="#htmlelement">HTMLElement</a> {
+ readonly attribute <a href="#htmloptionscollection0">HTMLOptionsCollection</a> <span title=dom-select-options>options</span>;
+};</pre>
+ </dl>
+
+ <p class=big-issue>...
+
<h4 id=the-optgroup><span class=secno>4.9.8 </span>The
<code>optgroup</code> element</h4>
@@ -27942,13 +27970,14 @@
<dd>Or: <a href="#flow-content0">Flow content</a>, but where the first
element child node, if any, is not a <code><a
href="#table">table</a></code>, <code><a
- href="#select">select</a></code>, or <code>datalist</code> element.
+ href="#select">select</a></code>, or <code><a
+ href="#datalist">datalist</a></code> element.
<dd>Or: A single <code><a href="#table">table</a></code> element.
<dd>Or: A single <code><a href="#select">select</a></code> element.
- <dd>Or: A single <code>datalist</code> element.
+ <dd>Or: A single <code><a href="#datalist">datalist</a></code> element.
<dt>Element-specific attributes:
@@ -28787,7 +28816,8 @@
affect the sort order.</p>
<dt>While the first element child is a <code><a
- href="#select">select</a></code> or <code>datalist</code> element
+ href="#select">select</a></code> or <code><a
+ href="#datalist">datalist</a></code> element
<dd>
<p>The default data provider must return 1 for the column count, the
@@ -28797,10 +28827,10 @@
<p>For the rows, assume the existence of a node filter view of the
descendants of the first element child of the <code><a
href="#datagrid0">datagrid</a></code> element (the <code><a
- href="#select">select</a></code> or <code>datalist</code> element), that
- skips all nodes other than <code>optgroup</code> and <code>option</code>
- elements, as well as any descendents of any <code>option</code>
- elements.</p>
+ href="#select">select</a></code> or <code><a
+ href="#datalist">datalist</a></code> element), that skips all nodes
+ other than <code>optgroup</code> and <code>option</code> elements, as
+ well as any descendents of any <code>option</code> elements.</p>
<p>Given a path <var title="">row</var>, the corresponding element is the
one obtained by drilling into the view, taking the child given by the
@@ -28849,8 +28879,9 @@
href="#getchildatposition">getChildAtPosition(<var title="">row</var>,
<var title="">position</var>)</a></code> must return <var
title="">position</var>. (The <code><a
- href="#select">select</a></code>/<code>datalist</code> default data
- provider does not support sorting the data grid.)</p>
+ href="#select">select</a></code>/<code><a
+ href="#datalist">datalist</a></code> default data provider does not
+ support sorting the data grid.)</p>
<p><code title=dom-provider-getRowImage><a
href="#getrowimage">getRowImage(<var title="">i</var>)</a></code> must
@@ -29078,10 +29109,10 @@
<p>These definitions are used for the cell-specific methods of the default
data providers (other than in the <code><a
- href="#select">select</a></code>/<code>datalist</code> case). How they
- behave is based on the contents of an element that represents the cell
- given by their first two arguments. Which element that is is defined in
- the previous section.
+ href="#select">select</a></code>/<code><a
+ href="#datalist">datalist</a></code> case). How they behave is based on
+ the contents of an element that represents the cell given by their first
+ two arguments. Which element that is is defined in the previous section.
<dl>
<dt>Cyclable cells
Modified: source
===================================================================
--- source 2008-09-04 10:58:53 UTC (rev 2149)
+++ source 2008-09-04 11:04:35 UTC (rev 2150)
@@ -24184,8 +24184,28 @@
<p class="big-issue">...</p>
- <h4>The <code>datalist</code> element</h4>
+ <h4>The <dfn><code>datalist</code></dfn> element</h4>
+ <dl class="element">
+ <dt>Categories</dt>
+ <dd><span>Phrasing content</span>.</dd>
+ <dt>Contexts in which this element may be used:</dt>
+ <dd>Where <span>phrasing content</span> is expected.</dd>
+ <dt>Content model:</dt>
+ <dd><span>Phrasing content</span>.</dd>
+ <dt>Element-specific attributes:</dt>
+ <dd>None.</dd>
+ <dt>DOM interface:</dt>
+ <dd>
+<pre class="idl">interface <dfn>HTMLSelectElement</dfn> : <span>HTMLElement</span> {
+ readonly attribute <span>HTMLOptionsCollection</span> <span title="dom-select-options">options</span>;
+};</pre>
+ </dd>
+ </dl>
+
+ <p class="big-issue">...</p>
+
+
<h4>The <code>optgroup</code> element</h4>
<h4>The <code>option</code> element</h4>
More information about the Commit-Watchers
mailing list