- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 14 Feb 2010 04:47:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv3414 Modified Files: Overview.html acknowledgements.html editing.html spec.html Log Message: ack for earlier checkin (whatwg r4714) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.673 retrieving revision 1.674 diff -u -d -r1.673 -r1.674 --- Overview.html 14 Feb 2010 04:17:02 -0000 1.673 +++ Overview.html 14 Feb 2010 04:47:51 -0000 1.674 @@ -302,7 +302,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3762. +This is revision 1.3764. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: editing.html =================================================================== RCS file: /sources/public/html5/spec-author-view/editing.html,v retrieving revision 1.569 retrieving revision 1.570 diff -u -d -r1.569 -r1.570 --- editing.html 13 Feb 2010 02:37:29 -0000 1.569 +++ editing.html 14 Feb 2010 04:47:52 -0000 1.570 @@ -504,10 +504,11 @@ --><p>The <code><a href="the-button-element.html#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 + 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="references.html#refsSELECTORS">[SELECTORS]</a> <a href="references.html#refsCSS">[CSS]</a></p><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></p><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> --></p><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></p><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> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.678 retrieving revision 1.679 diff -u -d -r1.678 -r1.679 --- spec.html 14 Feb 2010 04:17:02 -0000 1.678 +++ spec.html 14 Feb 2010 04:47:52 -0000 1.679 @@ -300,7 +300,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3762. +This is revision 1.3764. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -23075,10 +23075,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><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></p><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></p><dl class=domintro><dt><var title="">window</var> . <code title=dom-getSelection><a href=#dom-getselection>getSelection</a></code>()</dt> + <code title="selector-selection">::selection</code> + pseudo-element. <a href="#refsSELECTORS">[SELECTORS]</a> <a + href="#refsCSS">[CSS]</a> --></p><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></p><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> @@ -28739,6 +28740,7 @@ Geoffrey Garen, Geoffrey Sneddon, George Lund, + Gianmarco Armellin, Giovanni Campagna, Graham Klyne, Greg Botten, Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v retrieving revision 1.570 retrieving revision 1.571 diff -u -d -r1.570 -r1.571 --- acknowledgements.html 11 Feb 2010 09:57:14 -0000 1.570 +++ acknowledgements.html 14 Feb 2010 04:47:52 -0000 1.571 @@ -480,6 +480,7 @@ Geoffrey Garen, Geoffrey Sneddon, George Lund, + Gianmarco Armellin, Giovanni Campagna, Graham Klyne, Greg Botten,
Received on Sunday, 14 February 2010 04:47:56 UTC