tor-browser

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

implicit-semantics-checkbox-disparity-haswarn.html (381B)


      1 <!DOCTYPE html>
      2 <html>
      3   <head>
      4      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      5      <title>Native checkbox with aria-checked that conflicts with native checked</title>
      6   </head>
      7   <body>
      8   	<form>
      9    	<input type="checkbox" role="checkbox" checked="checked" aria-checked="false" id="test" value="Placeholder content">
     10   	</form>
     11   </body>
     12 </html>