- From: poot <cvsmail@w3.org>
- Date: Thu, 4 Jun 2009 05:33:40 +0900 (JST)
- To: public-html-diffs@w3.org
Move optgroup suggestion to optgroup section. (whatwg r3187) Diffs for this change per section: http://people.w3.org/mike/diffs/html5/spec/Overview.1.2341.html#index http://people.w3.org/mike/diffs/html5/spec/Overview.1.2341.html#htmloptgroupelement http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2340&r2=1.2341&f=h http://html5.org/tools/web-apps-tracker?from=3186&to=3187 =================================================================== 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:34:16 UTC