Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/forms/the-input-element/range-tick-marks-01.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>vertical range input with datalist</title>
<link rel="author" href="mailto:zach@zrhoffman.net" title="Zach Hoffman">
<link rel="mismatch" href="range-tick-marks-01-notref.html">
<input type="range" orient="vertical" min="-100" max="100" value="0" step="10" name="power" list="powers">
<datalist id="powers">
<option value="0">
<option value="-30">
<option value="30">
<option value="50">
</datalist>