tor-browser

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

002-novalid.xhtml (327B)


      1 <!DOCTYPE HTML>
      2 <html xmlns="http://www.w3.org/1999/xhtml">
      3  <head>
      4    <title>starts with the string "data-", has at least one character after the hyphen, is XML-compatible, and contains no uppercase ASCII letters</title>
      5  </head>
      6  <body>
      7    <p data-zZ=""></p><!-- has uppercase ASCII letter in name -->
      8  </body>
      9 </html>