- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 30 Apr 2009 00:18:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28678
Modified Files:
Overview.html
Log Message:
Hide mention of datagrid selections that I missed. (whatwg r3033)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2192
retrieving revision 1.2193
diff -u -d -r1.2192 -r1.2193
--- Overview.html 29 Apr 2009 22:25:20 -0000 1.2192
+++ Overview.html 30 Apr 2009 00:18:16 -0000 1.2193
@@ -148,7 +148,7 @@
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<!--ZZZ:-->
<!--<h2 class="no-num no-toc">W3C Working Draft 23 April 2009</h2>-->
- <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 29 April 2009</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-date-1-january-1970">Editor's Draft 30 April 2009</h2>
<!--:ZZZ-->
<dl><!-- ZZZ: update the month/day (twice), (un)comment out
<dt>This Version:</dt>
@@ -241,7 +241,7 @@
track.
<!--ZZZ:-->
<!--This specification is the 23 April 2009 Working Draft.-->
- This specification is the 29 April 2009 Editor's Draft.
+ This specification is the 30 April 2009 Editor's Draft.
<!--:ZZZ-->
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -43162,9 +43162,13 @@
<p>User agents may also allow the user to create selections that are
not exposed to the API.</p>
- </div><p>The <code><a href="#datagrid">datagrid</a></code> and <code><a href="#the-select-element">select</a></code> elements also
+ </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 class="note">This specification does not specify how selections
+ 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 class="note">This specification does not specify how selections
are presented to the user. The Selectors specification, in
conjunction with CSS, can be used to style text selections using the
<code title="selector-selection">::selection</code>
@@ -43467,8 +43471,10 @@
<pre><p>The cute girl likes <em>the </em><cite><em>Oxford English</em> Dictionary</cite>.</p></pre>
<p>If a script invoked <code title="">window.getSelection().toString()</code>, the return value
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
- to the <code>DataGridSelection</code> interface.<h4 id="textFieldSelection"><span class="secno">6.6.2 </span>APIs for the text field selections</h4><!-- v2 idea: DOM Range APIs to expose the textarea/input edited
+ </div><!-- 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><!-- v2 idea: DOM Range APIs to expose the textarea/input edited
value (ack martijnw) --><p>The <code><a href="#the-input-element">input</a></code> and <code><a href="#the-textarea-element">textarea</a></code> elements define
the following members in their DOM interfaces for handling their
text selection:<pre class="idl"> void <a href="#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
Received on Thursday, 30 April 2009 00:18:29 UTC