tor-browser

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

nav-down-013-frame.html (508B)


      1 <!DOCTYPE html>
      2 <title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-down: #finish "sibling" }</title>
      3 <link rel="author" title="Jorrit Vermeiren" href="mailto:jorritv@opera.com">
      4 <link rel="author" title="Daniel Glazman" href="mailto:d.glazman@partner.samsung.com">
      5 <style>
      6    #start {
      7        nav-down: #finish "sibling";
      8    }
      9 </style>
     10 <body>
     11    <p>
     12      <a href="" id="start">START</a>
     13    </p>
     14    <p>
     15      <a href="" id="finish">ignore</a>
     16    </p>
     17 </body>