tor-browser

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

780.htm (828B)


      1 <!DOCTYPE html>
      2 <html>
      3   <head>
      4      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5      <title>AT-SPI ONLY:  option within listbox exposed as ROLE_MENU:  option is exposed as ROLE_MENU_ITEM</title>
      6   </head>
      7   <body>
      8      <h1>AT-SPI ONLY:  option within listbox exposed as ROLE_MENU:  option is exposed as ROLE_MENU_ITEM</h1>
      9      <div role="combobox" aria-expanded="true" aria-label="Combobox for AT-SPI test of listbox/option mappings">
     10        <input type="text" value="combobox entry field">
     11        <div role="listbox" aria-label="Listbox child of combobox for AT-SPI test of listbox/option mappings">
     12          <p role="option" id="test">Test option</p>
     13          <p role="option">Another option</p>
     14          <p role="option">A third option</p>
     15        </div>
     16      </div>
     17   </body>
     18 </html>