[html5] r3033 - [e] (0) Hide mention of datagrid selections that I missed.

whatwg at whatwg.org whatwg at whatwg.org
Wed Apr 29 17:18:12 PDT 2009


Author: ianh
Date: 2009-04-29 17:18:11 -0700 (Wed, 29 Apr 2009)
New Revision: 3033

Modified:
   index
   source
Log:
[e] (0) Hide mention of datagrid selections that I missed.

Modified: index
===================================================================
--- index	2009-04-29 22:25:16 UTC (rev 3032)
+++ index	2009-04-30 00:18:11 UTC (rev 3033)
@@ -39,7 +39,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 29 April 2009</h2>
+   <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 30 April 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <dl><dt>Multiple-page version:</dt>
@@ -48368,9 +48368,14 @@
 
   </div>
 
-  <p>The <code><a href=#datagrid>datagrid</a></code> and <code><a href=#the-select-element>select</a></code> elements also
+  <!-- v2DGS:
+  <p>The <code>datagrid</code> and <code>select</code> elements also
   have selections, indicating which items have been picked by the
   user. These are not discussed in this section.</p>
+  -->
+  <p>The <code><a href=#the-select-element>select</a></code> element also has a selection, indicating
+  which items have been picked by the user. This is not discussed in
+  this section.</p>
 
   <p class=note>This specification does not specify how selections
   are presented to the user. The Selectors specification, in
@@ -48694,8 +48699,10 @@
    would be "<code>the Oxford English</code>".</p>
   </div>
 
-  <p class=note>The <code><a href=#selection-0>Selection</a></code> interface has no relation
+  <!-- v2DGS:
+  <p class="note">The <code>Selection</code> interface has no relation
   to the <code>DataGridSelection</code> interface.</p>
+  -->
 
 
   <h4 id=textFieldSelection><span class=secno>6.6.2 </span>APIs for the text field selections</h4>

Modified: source
===================================================================
--- source	2009-04-29 22:25:16 UTC (rev 3032)
+++ source	2009-04-30 00:18:11 UTC (rev 3033)
@@ -56455,9 +56455,14 @@
 
   </div>
 
+  <!-- v2DGS:
   <p>The <code>datagrid</code> and <code>select</code> elements also
   have selections, indicating which items have been picked by the
   user. These are not discussed in this section.</p>
+  -->
+  <p>The <code>select</code> element also has a selection, indicating
+  which items have been picked by the user. This is not discussed in
+  this section.</p>
 
   <p class="note">This specification does not specify how selections
   are presented to the user. The Selectors specification, in
@@ -56825,8 +56830,10 @@
    would be "<code>the Oxford English</code>".</p>
   </div>
 
+  <!-- v2DGS:
   <p class="note">The <code>Selection</code> interface has no relation
   to the <code>DataGridSelection</code> interface.</p>
+  -->
 
 
   <h4 id="textFieldSelection">APIs for the text field selections</h4>




More information about the Commit-Watchers mailing list