tor-browser

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

aria-manual.html (210B)


      1 <!doctype html>
      2 <title>fieldset accessibility test: ARIA</title>
      3 <div id=fieldset role=group aria-labelledby=legend>
      4 <div id=legend>Foo</div>
      5 <input>
      6 </div>
      7 <p>Expected accessible name for id=fieldset: "Foo"