tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

range-tick-marks-05.html (585B)


      1 <!doctype html>
      2 <title>no range tick marks for range tick marks that are step mismatches</title>
      3 <link rel=help href="https://html.spec.whatwg.org/multipage/input.html#range-state-(type=range)">
      4 <link rel=help href="https://bugzilla.mozilla.org/show_bug.cgi?id=1803303">
      5 <link rel=author href="mailto:zach@zrhoffman.net" title="Zach Hoffman">
      6 <link rel=match href=range-tick-marks-05-ref.html>
      7 <input type=range step=3 value=1 min=-5 max=5 list=degrees>
      8 <datalist id=degrees>
      9  <option value=-4>
     10  <option value=-2>
     11  <option value=0>
     12  <option value=2>
     13  <option value=4>
     14 </datalist>