Skip to content

Commit

Permalink
[e] (0) Move optgroup suggestion to optgroup section.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3187 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 3, 2009
1 parent a50ba02 commit 273b676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions index
Expand Up @@ -34177,7 +34177,7 @@ interface <dfn id=htmlselectelement>HTMLSelectElement</dfn> : <a href=#htmleleme
attribute DOMString <a href=#dom-optgroup-label title=dom-optgroup-label>label</a>;
};</pre>
</dd>
</dl><p>The <code><a href=#the-optgroup-element>optgroup</a></code> element <a href=#represents>represents</a> a group of
</dl><!-- v2: make optgroups selectable if they have a value. --><p>The <code><a href=#the-optgroup-element>optgroup</a></code> element <a href=#represents>represents</a> a group of
<code><a href=#the-option-element>option</a></code> elements with a common label.</p>

<p>The element's group of <code><a href=#the-option-element>option</a></code> elements consists of
Expand Down Expand Up @@ -71284,7 +71284,6 @@ TODO (or delay):
their own tabbing universe, tabindex should be relative to each
other, not to the document"
-> web apps?
XXX * make optgroups selectable if they have a value.
XXX * make select widgets have multiple columns
or ->web apps with list view
XXX * required as a group (one of the following must be available):
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -38209,6 +38209,8 @@ interface <dfn>HTMLSelectElement</dfn> : <span>HTMLElement</span> {
</dd>
</dl>

<!-- v2: make optgroups selectable if they have a value. -->

<p>The <code>optgroup</code> element <span>represents</span> a group of
<code>option</code> elements with a common label.</p>

Expand Down Expand Up @@ -83971,7 +83973,6 @@ TODO (or delay):
their own tabbing universe, tabindex should be relative to each
other, not to the document"
-> web apps?
XXX * make optgroups selectable if they have a value.
XXX * make select widgets have multiple columns
or ->web apps with list view
XXX * required as a group (one of the following must be available):
Expand Down

0 comments on commit 273b676

Please sign in to comment.