tor-browser

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

option-label-whitespace.html (446B)


      1 <!DOCTYPE html>
      2 <link rel=author href="mailto:jarhar@chromium.org">
      3 <link rel=help href="https://github.com/whatwg/html/issues/10955">
      4 <link rel=match href="option-label-whitespace-ref.html">
      5 
      6 <select multiple>
      7  <option>no label attribute</option>
      8  <option label="">empty label attribute</option>
      9  <option label="  ">whitespace label attribute</option>
     10 </select>
     11 <br>
     12 
     13 <select>
     14  <option label="">empty label attribute</option>
     15 </select>
     16 <br>