tor-browser

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

flexbox-manual.html (405B)


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