tor-browser

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

legend-display-contents-manual.html (348B)


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