tor-browser

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

radio-title.html (280B)


      1 <!DOCTYPE html>
      2 <html>
      3   <head>
      4      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5      <title>Radio button with title attribute and no other labeling mechanism</title>
      6   </head>
      7   <body>
      8   	<input type="radio" id="test" title="foo">
      9   </body>
     10 </html>