[html5] r4657 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8638
whatwg at whatwg.org
whatwg at whatwg.org
Fri Feb 5 12:12:48 PST 2010
Author: ianh
Date: 2010-02-05 12:12:46 -0800 (Fri, 05 Feb 2010)
New Revision: 4657
Modified:
complete.html
index
source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8638
Modified: complete.html
===================================================================
--- complete.html 2010-02-05 20:11:18 UTC (rev 4656)
+++ complete.html 2010-02-05 20:12:46 UTC (rev 4657)
@@ -60694,10 +60694,9 @@
...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>
+ 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
Modified: index
===================================================================
--- index 2010-02-05 20:11:18 UTC (rev 4656)
+++ index 2010-02-05 20:12:46 UTC (rev 4657)
@@ -59897,10 +59897,9 @@
...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>
+ 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
Modified: source
===================================================================
--- source 2010-02-05 20:11:18 UTC (rev 4656)
+++ source 2010-02-05 20:12:46 UTC (rev 4657)
@@ -69811,10 +69811,10 @@
...mostly because I can't work out how to describe what it does quickly.
-->
- <p>The <code>Selection</code> interface is represents a list of
+ <p>The <code>Selection</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
+ 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>Selection</code> interface are
More information about the Commit-Watchers
mailing list