tor-browser

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

roles-properties-supported-textbox-aria-autocomplete-both.html (429B)


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