Skip to content

Commit

Permalink
[e] (0) typo
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8665

git-svn-id: http://svn.whatwg.org/webapps@4660 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 5, 2010
1 parent 78ddcfb commit 0177468
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -34470,11 +34470,11 @@ <h6 id=range-state><span class=secno>4.10.5.1.14 </span><dfn title=attr-input-ty

<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;
Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -34369,11 +34369,11 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H

<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;
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -38221,11 +38221,11 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {

<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>&lt;input type="range" min="-100" max="100" value="0" step="10" name="power" list="powers"&gt;
Expand Down

0 comments on commit 0177468

Please sign in to comment.