tor-browser

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

roles-properties-supported-option-aria-posinset-1.html (423B)


      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 option; supported state or property "aria-posinset" value of "1"</title>
      6   </head>
      7   <body>
      8      <div role="listbox"><div id="test" role="option" aria-posinset="1">Placeholder content</div></div>
      9      <div id="obj1">obj1</div>
     10      <div id="obj2">obj2</div>
     11   </body>
     12 </html>