- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Feb 2010 20:12:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv3645
Modified Files:
Overview.html
Log Message:
typo (whatwg r4657)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3710
retrieving revision 1.3711
diff -u -d -r1.3710 -r1.3711
--- Overview.html 5 Feb 2010 20:11:24 -0000 1.3710
+++ Overview.html 5 Feb 2010 20:12:51 -0000 1.3711
@@ -46806,10 +46806,9 @@
// do something
...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 is represents a list of
+--><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,
- 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>All of the members of the <code><a href="#selection-0">Selection</a></code> interface are
+ 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>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
represented by this object. These operations can raise exceptions,
as defined for the <code>Range</code> interface; this can therefore
Received on Friday, 5 February 2010 20:12:56 UTC