tor-browser

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

illegal-optgroup-structure.html (124B)


      1 <!DOCTYPE html>
      2 <switch aria-owns="child">
      3  <optgroup>
      4    <li id="child" role="option">Child</li>
      5  </optgroup>
      6 </switch>