- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 04:39:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv2624 Modified Files: Overview.html Log Message: Hide mention of ::selection for now since it's no longer in CSS. (whatwg r4713) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3762 retrieving revision 1.3763 diff -u -d -r1.3762 -r1.3763 --- Overview.html 14 Feb 2010 04:11:45 -0000 1.3762 +++ Overview.html 14 Feb 2010 04:39:22 -0000 1.3763 @@ -46905,10 +46905,11 @@ --><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 + 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> - pseudo-element. <a href="#refsSELECTORS">[SELECTORS]</a> <a href="#refsCSS">[CSS]</a><h4 id="documentSelection"><span class="secno">7.6.1 </span>APIs for the browsing context selection</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-getSelection"><a href="#dom-getselection">getSelection</a></code>()</dt> + pseudo-element. <a href="#refsSELECTORS">[SELECTORS]</a> <a + href="#refsCSS">[CSS]</a> --><h4 id="documentSelection"><span class="secno">7.6.1 </span>APIs for the browsing context selection</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-getSelection"><a href="#dom-getselection">getSelection</a></code>()</dt> <dt><var title="">document</var> . <code title="dom-document-getSelection"><a href="#dom-document-getselection">getSelection</a></code>()</dt> <dd>
Received on Sunday, 14 February 2010 04:39:27 UTC