tor-browser

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

004-novalid.xhtml (276B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3 <title>invalid img@usemap as descendant of &lt;a> element</title>
      4 </head>
      5 <body>
      6  <map name="bar"/>
      7  <p id="foo"><a href="#foo"><img src="http://www.w3.org/Icons/w3c_main.png" usemap="#bar" alt=""/></a></p>
      8 </body>
      9 </html>