Skip to content

Commit

Permalink
[e] (0) Fix <input type=range multiple> example
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25578
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8608 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 6, 2014
1 parent 1662467 commit b642e71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -290,7 +290,7 @@
</script><body onload=init()>
<header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 May 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 6 May 2014</h2>
</hgroup><div>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
Expand Down Expand Up @@ -42201,7 +42201,7 @@ <h6 id="range-state-(type=range)"><span class=secno>4.10.5.1.14 </span><dfn titl
&lt;option&gt;Arrival
&lt;/select&gt;
&lt;p&gt;&lt;output name=o1&gt;00:00&lt;/output&gt; &ndash; &lt;output name=o2&gt;24:00&lt;/output&gt;&lt;/p&gt;
&lt;input type=range min=0 max=24 value=0,24 step=1.0 ...
&lt;input type=range multiple min=0 max=24 value=0,24 step=1.0 ...
oninput="o1.value = valueLow + ':00'; o2.value = valueHigh + ':00'"&gt;
&lt;/fieldset&gt;
...
Expand Down Expand Up @@ -104887,6 +104887,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Guilherme Johansson Tramontina,
Gytis Jakutonis,
H&aring;kon Wium Lie,
Habib Virji,
Hallvord Reiar Michaelsen Steen,
Hans S. T&oslash;mmerhalt,
Hans Stimer,
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -290,7 +290,7 @@
</script><body onload=init()>
<header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 May 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 6 May 2014</h2>
</hgroup><div>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
Expand Down Expand Up @@ -42201,7 +42201,7 @@ ldh-str = &lt; as defined in <a href=http://tools.ietf.org/html/rfc1034#se
&lt;option&gt;Arrival
&lt;/select&gt;
&lt;p&gt;&lt;output name=o1&gt;00:00&lt;/output&gt; &ndash; &lt;output name=o2&gt;24:00&lt;/output&gt;&lt;/p&gt;
&lt;input type=range min=0 max=24 value=0,24 step=1.0 ...
&lt;input type=range multiple min=0 max=24 value=0,24 step=1.0 ...
oninput="o1.value = valueLow + ':00'; o2.value = valueHigh + ':00'"&gt;
&lt;/fieldset&gt;
...
Expand Down Expand Up @@ -104887,6 +104887,7 @@ if (s = prompt('What is your name?')) {
Guilherme Johansson Tramontina,
Gytis Jakutonis,
H&aring;kon Wium Lie,
Habib Virji,
Hallvord Reiar Michaelsen Steen,
Hans S. T&oslash;mmerhalt,
Hans Stimer,
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -46089,7 +46089,7 @@ ldh-str = &lt; as defined in <a href="http://tools.ietf.org/html/rfc1034#s
&lt;option>Arrival
&lt;/select>
&lt;p>&lt;output name=o1>00:00&lt;/output> &ndash; &lt;output name=o2>24:00&lt;/output>&lt;/p>
&lt;input type=range min=0 max=24 value=0,24 step=1.0 ...
&lt;input type=range multiple min=0 max=24 value=0,24 step=1.0 ...
oninput="o1.value = valueLow + ':00'; o2.value = valueHigh + ':00'">
&lt;/fieldset>
...
Expand Down Expand Up @@ -117221,6 +117221,7 @@ if (s = prompt('What is your name?')) {
Guilherme Johansson Tramontina,
Gytis Jakutonis,
H&aring;kon Wium Lie,
Habib Virji,
Hallvord Reiar Michaelsen Steen,
Hans S. T&oslash;mmerhalt,
Hans Stimer,
Expand Down

0 comments on commit b642e71

Please sign in to comment.