html5/spec Overview.html,1.3713,1.3714

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv8519

Modified Files:
	Overview.html 
Log Message:
typo (whatwg r4660)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3713
retrieving revision 1.3714
diff -u -d -r1.3713 -r1.3714
--- Overview.html	5 Feb 2010 20:47:05 -0000	1.3713
+++ Overview.html	5 Feb 2010 20:49:17 -0000	1.3714
@@ -27696,11 +27696,11 @@
 
   </div><div class="example">
 
-   <p>Here is an of a range control using an autocomplete list with
-   the <code title="attr-input-list"><a href="#attr-input-list">list</a></code> attribute. This could
-   be useful if there are values along the full range of the control
-   that are especially important, such as preconfigured light levels
-   or typical speed limits in a range control used as a speed
+   <p>Here is an example of a range control using an autocomplete list
+   with the <code title="attr-input-list"><a href="#attr-input-list">list</a></code> attribute. This
+   could be useful if there are values along the full range of the
+   control that are especially important, such as preconfigured light
+   levels or typical speed limits in a range control used as a speed
    control. The following markup fragment:</p>
 
    <pre>&lt;input type="range" min="-100" max="100" value="0" step="10" name="power" list="powers"&gt;

Received on Friday, 5 February 2010 20:49:23 UTC