Short URL: http://html5.org/r/2151
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 2151 | WF2: <optgroup> element summary. | 2008-09-04 11:11 |
Index: source
===================================================================
--- source (revision 2150)
+++ source (revision 2151)
@@ -24197,7 +24197,7 @@
<dd>None.</dd>
<dt>DOM interface:</dt>
<dd>
-<pre class="idl">interface <dfn>HTMLSelectElement</dfn> : <span>HTMLElement</span> {
+<pre class="idl">interface <dfn>HTMLDataListElement</dfn> : <span>HTMLElement</span> {
readonly attribute <span>HTMLOptionsCollection</span> <span title="dom-select-options">options</span>;
};</pre>
</dd>
@@ -24206,8 +24206,30 @@
<p class="big-issue">...</p>
- <h4>The <code>optgroup</code> element</h4>
+ <h4>The <dfn><code>optgroup</code></dfn> element</h4>
+ <dl class="element">
+ <dt>Categories</dt>
+ <dd>None.</dd>
+ <dt>Contexts in which this element may be used:</dt>
+ <dd>As a child of a <code>select</code> element.</dd>
+ <dt>Content model:</dt>
+ <dd>Zero or more <code>option</code> elements.</dd>
+ <dt>Element-specific attributes:</dt>
+ <dd><code title="attr-optgroup-disabled">disabled</code></dd>
+ <dd><code title="attr-optgroup-label">label</code></dd>
+ <dt>DOM interface:</dt>
+ <dd>
+<pre class="idl">interface <dfn>HTMLOptGroupElement</dfn> : <span>HTMLElement</span> {
+ attribute boolean <span title="dom-select-disabled">disabled</span>;
+ attribute DOMString <span title="dom-select-label">label</span>;
+};</pre>
+ </dd>
+ </dl>
+
+ <p class="big-issue">...</p>
+
+
<h4>The <code>option</code> element</h4>
<h4>Constructors</h4>