[html5] r4660 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8665
whatwg at whatwg.org
whatwg at whatwg.org
Fri Feb 5 12:48:44 PST 2010
Author: ianh
Date: 2010-02-05 12:48:42 -0800 (Fri, 05 Feb 2010)
New Revision: 4660
Modified:
complete.html
index
source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8665
Modified: complete.html
===================================================================
--- complete.html 2010-02-05 20:46:48 UTC (rev 4659)
+++ complete.html 2010-02-05 20:48:42 UTC (rev 4660)
@@ -34470,11 +34470,11 @@
<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">
Modified: index
===================================================================
--- index 2010-02-05 20:46:48 UTC (rev 4659)
+++ index 2010-02-05 20:48:42 UTC (rev 4660)
@@ -34369,11 +34369,11 @@
<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">
Modified: source
===================================================================
--- source 2010-02-05 20:46:48 UTC (rev 4659)
+++ source 2010-02-05 20:48:42 UTC (rev 4660)
@@ -38221,11 +38221,11 @@
<div class="example">
- <p>Here is an of a range control using an autocomplete list with
- the <code title="attr-input-list">list</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">list</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">
More information about the Commit-Watchers
mailing list