tor-browser

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

appearance-base-select-other-elements.html (821B)


      1 <!DOCTYPE html>
      2 <link rel=author href="mailto:jarhar@chromium.org">
      3 <link rel=help href="https://github.com/whatwg/html/issues/9799">
      4 <link rel=match href="appearance-base-select-other-elements-ref.html">
      5 
      6 <style>
      7 * {
      8  appearance: base-select;
      9 }
     10 </style>
     11 
     12 <h2>appearance:base-select should not affect the rendering of non-select elements.</h2>
     13 
     14 <button>button</button>
     15 <input type=checkbox>
     16 <input type=checkbox checked>
     17 <input type=radio>
     18 <input type=radio checked>
     19 <input type=range>
     20 <input type=color>
     21 <input type=date>
     22 <input type=datetime-local>
     23 <input type=time>
     24 <input type=week>
     25 <input type=month>
     26 <input type=file>
     27 <input type=search>
     28 <input>
     29 <input type=password>
     30 <input type=number>
     31 <textarea></textarea>
     32 <progress max=100 value=50></progress>
     33 <meter min=0 max=100 low=33 high=66 optimum=80 value=50></meter>