- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Jun 2009 20:32:09 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv16691 Modified Files: Overview.html Log Message: Move optgroup suggestion to optgroup section. (whatwg r3187) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2340 retrieving revision 1.2341 diff -u -d -r1.2340 -r1.2341 --- Overview.html 3 Jun 2009 19:41:45 -0000 1.2340 +++ Overview.html 3 Jun 2009 20:32:06 -0000 1.2341 @@ -30320,7 +30320,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>The element's group of <code><a href="#the-option-element">option</a></code> elements consists of the <code><a href="#the-option-element">option</a></code> elements that are children of the <code><a href="#the-optgroup-element">optgroup</a></code> element.<div class="impl"> @@ -65034,7 +65034,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):
Received on Wednesday, 3 June 2009 20:32:15 UTC