tor-browser

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

legend-child-display-none-manual.html (369B)


      1 <!doctype html>
      2 <title>fieldset accessibility test: legend child display: none</title>
      3 <link rel=help href=https://w3c.github.io/html-aam/#fieldset-element-accessible-name-computation>
      4 <style>
      5 legend > span { display: none; }
      6 </style>
      7 <fieldset id=fieldset>
      8 <legend>Foo<span>Bar</span></legend>
      9 <input>
     10 </fieldset>
     11 <p>Expected accessible name for id=fieldset: "Foo"