- From: poot <cvsmail@w3.org>
- Date: Sat, 6 Feb 2010 05:49:29 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typo (whatwg r4660)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3713&r2=1.3714&f=h
http://html5.org/tools/web-apps-tracker?from=4659&to=4660
===================================================================
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><input type="range" min="-100" max="100" value="0" step="10" name="power" list="powers">
Received on Friday, 5 February 2010 20:49:59 UTC