Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<title>no range tick marks for vertical range tick marks that are step mismatches reference</title>
<input type=range step=3 value=1 min=-5 max=5 list=degrees>
<datalist id=degrees>
<option value=-2>
<option value=4>
</datalist>