[html5] r8608 - [e] (0) Fix <input type=range multiple> example Fixing https://www.w3.org/Bugs/P [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue May 6 14:12:10 PDT 2014
Author: ianh
Date: 2014-05-06 14:12:06 -0700 (Tue, 06 May 2014)
New Revision: 8608
Modified:
complete.html
index
source
Log:
[e] (0) Fix <input type=range multiple> example
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25578
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2014-05-05 21:57:37 UTC (rev 8607)
+++ complete.html 2014-05-06 21:12:06 UTC (rev 8608)
@@ -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 — Last Updated 5 May 2014</h2>
+ <h2 class="no-num no-toc">Living Standard — 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>
@@ -42201,7 +42201,7 @@
<option>Arrival
</select>
<p><output name=o1>00:00</output> – <output name=o2>24:00</output></p>
- <input type=range min=0 max=24 value=0,24 step=1.0 ...
+ <input type=range multiple min=0 max=24 value=0,24 step=1.0 ...
oninput="o1.value = valueLow + ':00'; o2.value = valueHigh + ':00'">
</fieldset>
...
@@ -104887,6 +104887,7 @@
Guilherme Johansson Tramontina,
Gytis Jakutonis,
Håkon Wium Lie,
+ Habib Virji,
Hallvord Reiar Michaelsen Steen,
Hans S. Tømmerhalt,
Hans Stimer,
Modified: index
===================================================================
--- index 2014-05-05 21:57:37 UTC (rev 8607)
+++ index 2014-05-06 21:12:06 UTC (rev 8608)
@@ -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 — Last Updated 5 May 2014</h2>
+ <h2 class="no-num no-toc">Living Standard — 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>
@@ -42201,7 +42201,7 @@
<option>Arrival
</select>
<p><output name=o1>00:00</output> – <output name=o2>24:00</output></p>
- <input type=range min=0 max=24 value=0,24 step=1.0 ...
+ <input type=range multiple min=0 max=24 value=0,24 step=1.0 ...
oninput="o1.value = valueLow + ':00'; o2.value = valueHigh + ':00'">
</fieldset>
...
@@ -104887,6 +104887,7 @@
Guilherme Johansson Tramontina,
Gytis Jakutonis,
Håkon Wium Lie,
+ Habib Virji,
Hallvord Reiar Michaelsen Steen,
Hans S. Tømmerhalt,
Hans Stimer,
Modified: source
===================================================================
--- source 2014-05-05 21:57:37 UTC (rev 8607)
+++ source 2014-05-06 21:12:06 UTC (rev 8608)
@@ -46089,7 +46089,7 @@
<option>Arrival
</select>
<p><output name=o1>00:00</output> – <output name=o2>24:00</output></p>
- <input type=range min=0 max=24 value=0,24 step=1.0 ...
+ <input type=range multiple min=0 max=24 value=0,24 step=1.0 ...
oninput="o1.value = valueLow + ':00'; o2.value = valueHigh + ':00'">
</fieldset>
...
@@ -117221,6 +117221,7 @@
Guilherme Johansson Tramontina,
Gytis Jakutonis,
Håkon Wium Lie,
+ Habib Virji,
Hallvord Reiar Michaelsen Steen,
Hans S. Tømmerhalt,
Hans Stimer,
More information about the Commit-Watchers
mailing list