- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 08:49:52 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv12875 Modified Files: Overview.html acknowledgements.html editing.html spec.html Log Message: xref Range members (whatwg r5029) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.880 retrieving revision 1.881 diff -u -d -r1.880 -r1.881 --- Overview.html 13 Apr 2010 08:37:22 -0000 1.880 +++ Overview.html 13 Apr 2010 08:49:49 -0000 1.881 @@ -305,7 +305,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.4042. +This is revision 1.4045. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <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.585 retrieving revision 1.586 diff -u -d -r1.585 -r1.586 --- editing.html 13 Apr 2010 01:47:29 -0000 1.585 +++ editing.html 13 Apr 2010 08:49:49 -0000 1.586 @@ -583,11 +583,11 @@ ...mostly because I can't work out how to describe what it does quickly. --><p>The <code><a href="#selection-0">Selection</a></code> interface represents a list of - <code>Range</code> objects. The first item in the list has index 0, + <code><a href="#range">Range</a></code> objects. The first item in the list has index 0, and the last item has index <var title="">count</var>-1, where <var title="">count</var> is the number of ranges in the list. <a href="references.html#refsDOMRANGE">[DOMRANGE]</a></p><p>All of the members of the <code><a href="#selection-0">Selection</a></code> interface are - defined in terms of operations on the <code>Range</code> objects + defined in terms of operations on the <code><a href="#range">Range</a></code> objects represented by this object. These operations can raise exceptions, - as defined for the <code>Range</code> interface; this can therefore + as defined for the <code><a href="#range">Range</a></code> interface; this can therefore result in the members of the <code><a href="#selection-0">Selection</a></code> interface raising exceptions as well, in addition to any explicitly called out below.</p><dl class="domintro"><dt><var title="">selection</var> . <code title="dom-selection-anchorNode"><a href="#dom-selection-anchornode">anchorNode</a></code></dt> @@ -638,7 +638,7 @@ </dd> - <dt><var title="">selection</var> . <code title="dom-selection-collapsed">collapsed</code>(<var title="">parentNode</var>, <var title="">offset</var>)</dt> + <dt><var title="">selection</var> . <code title="dom-selection-collapse"><a href="#dom-selection-collapse">collapse</a></code>(<var title="">parentNode</var>, <var title="">offset</var>)</dt> <dd> @@ -700,7 +700,7 @@ <p>Returns the given range.</p> - <p>Throws an <code><a href="urls.html#invalid_state_err">INVALID_STATE_ERR</a></code> exception if the value is out of range.</p> + <p>Throws an <code><a href="urls.html#index_size_err">INDEX_SIZE_ERR</a></code> exception if the value is out of range.</p> </dd> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.888 retrieving revision 1.889 diff -u -d -r1.888 -r1.889 --- spec.html 13 Apr 2010 08:37:23 -0000 1.888 +++ spec.html 13 Apr 2010 08:49:49 -0000 1.889 @@ -303,7 +303,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.4042. +This is revision 1.4045. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2010 <a href=http://www.w3.org/><abbr title="World Wide @@ -24376,11 +24376,11 @@ ...mostly because I can't work out how to describe what it does quickly. --><p>The <code><a href=#selection-0>Selection</a></code> interface represents a list of - <code>Range</code> objects. The first item in the list has index 0, + <code><a href=#range>Range</a></code> objects. The first item in the list has index 0, and the last item has index <var title="">count</var>-1, where <var title="">count</var> is the number of ranges in the list. <a href=#refsDOMRANGE>[DOMRANGE]</a></p><p>All of the members of the <code><a href=#selection-0>Selection</a></code> interface are - defined in terms of operations on the <code>Range</code> objects + defined in terms of operations on the <code><a href=#range>Range</a></code> objects represented by this object. These operations can raise exceptions, - as defined for the <code>Range</code> interface; this can therefore + as defined for the <code><a href=#range>Range</a></code> interface; this can therefore result in the members of the <code><a href=#selection-0>Selection</a></code> interface raising exceptions as well, in addition to any explicitly called out below.</p><dl class=domintro><dt><var title="">selection</var> . <code title=dom-selection-anchorNode><a href=#dom-selection-anchornode>anchorNode</a></code></dt> @@ -24431,7 +24431,7 @@ </dd> - <dt><var title="">selection</var> . <code title=dom-selection-collapsed>collapsed</code>(<var title="">parentNode</var>, <var title="">offset</var>)</dt> + <dt><var title="">selection</var> . <code title=dom-selection-collapse><a href=#dom-selection-collapse>collapse</a></code>(<var title="">parentNode</var>, <var title="">offset</var>)</dt> <dd> @@ -24493,7 +24493,7 @@ <p>Returns the given range.</p> - <p>Throws an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception if the value is out of range.</p> + <p>Throws an <code><a href=#index_size_err>INDEX_SIZE_ERR</a></code> exception if the value is out of range.</p> </dd> @@ -30241,6 +30241,7 @@ Charl van Niekerk, Charles Iliya Krempeaux, Charles McCathieNevile, + Chris Apers, Chris Cressman, Chris Evans, Chris Morris, Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v retrieving revision 1.597 retrieving revision 1.598 diff -u -d -r1.597 -r1.598 --- acknowledgements.html 13 Apr 2010 01:38:26 -0000 1.597 +++ acknowledgements.html 13 Apr 2010 08:49:49 -0000 1.598 @@ -392,6 +392,7 @@ Charl van Niekerk, Charles Iliya Krempeaux, Charles McCathieNevile, + Chris Apers, Chris Cressman, Chris Evans, Chris Morris,
Received on Tuesday, 13 April 2010 08:49:54 UTC