- From: poot <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 13:39:33 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Hide mention of ::selection for now since it's no longer in CSS. (whatwg r4713) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3762&r2=1.3763&f=h http://html5.org/tools/web-apps-tracker?from=4712&to=4713 =================================================================== 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:40:03 UTC