tor-browser

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

row-aria-activedescendant-obj1.html (522B)


      1 <!DOCTYPE html>
      2 <html>
      3   <head>
      4      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5      <title>&lt;div&gt; with role row; inherited supported state or property "aria-activedescendant"
      6         value of "obj1"
      7      </title>
      8   </head>
      9   <body>
     10      <div role="grid">
     11        <div id="test" role="row" tabindex="0" aria-activedescendant="obj1">
     12          <div id="obj1" role="gridcell">obj1</div>
     13          <div id="obj2" role="gridcell">obj2</div>
     14        </div>
     15      </div>
     16   </body>
     17 </html>