Short URL: http://html5.org/r/2150
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2150 | WF2: <datalist> element summary. | 2008-09-04 11:04 |
Index: source
===================================================================
--- source (revision 2149)
+++ source (revision 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>