blob: f144af388055770402effa0e16b788f8ea430637 (
plain)
1
2
3
4
5
6
7
|
<!doctype html>
<title>no range tick marks for 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>
|