tor-browser

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

roles-properties-supported-tree-aria-required-true.html (426B)


      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 tree; supported state or property "aria-required" value of "true"</title>
      6   </head>
      7   <body>
      8      <div id="test" role="tree" aria-required="true">
      9         <div role="treeitem" id="obj1">obj1</div>
     10         <div role="treeitem" id="obj2">obj2</div>
     11      </div>
     12   </body>
     13 </html>