[html5] r3187 - [e] (0) Move optgroup suggestion to optgroup section.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jun 3 13:32:03 PDT 2009
Author: ianh
Date: 2009-06-03 13:32:01 -0700 (Wed, 03 Jun 2009)
New Revision: 3187
Modified:
index
source
Log:
[e] (0) Move optgroup suggestion to optgroup section.
Modified: index
===================================================================
--- index 2009-06-03 19:41:39 UTC (rev 3186)
+++ index 2009-06-03 20:32:01 UTC (rev 3187)
@@ -34177,7 +34177,7 @@
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
@@ -71284,7 +71284,6 @@
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):
Modified: source
===================================================================
--- source 2009-06-03 19:41:39 UTC (rev 3186)
+++ source 2009-06-03 20:32:01 UTC (rev 3187)
@@ -38209,6 +38209,8 @@
</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>
@@ -83971,7 +83973,6 @@
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):
More information about the Commit-Watchers
mailing list