tor-browser

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

roles-properties-supported-combobox-aria-autocomplete-none.html (607B)


      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 combobox; supported state or property "aria-autocomplete" value of
      6         "none"
      7      </title>
      8   </head>
      9   <body>
     10     <input type="text" aria-label="Tag" role="combobox"
     11      aria-autocomplete="none" aria-owns="owned_listbox" aria-activedescendant="selected_option" aria-expanded="true">
     12     <ul role="listbox" id="owned_listbox">
     13         <li role="option">Zebra</li>
     14         <li role="option" id="selected_option">Zoom</li>
     15     </ul>
     16   </body>
     17 </html>