tor-browser

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

focus-ring-rendering-ref.html (237B)


      1 <!DOCTYPE html>
      2 <link rel=stylesheet href="resources/customizable-select-styles.css">
      3 
      4 <div id="target" class="customizable-select-button" tabindex="0">
      5  <span>Option 1</span>
      6 </div>
      7 
      8 <script>
      9  onload = () => target.focus();
     10 </script>