tor-browser

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

614.html (276B)


      1 <!DOCTYPE html>
      2 <html>
      3   <head>
      4      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5      <title>Input with type="radio" label/for without wai-aria</title>
      6   </head>
      7   <body>
      8 <input type="radio" id="test">
      9 <label for="test">foo</label></body>
     10 </html>