tor-browser

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

042-isvalid.xhtml (355B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3  <title>&lt;iframe&gt;</title>
      4 </head>
      5 <body>
      6  <!-- is structured inline -->
      7  <p><iframe
      8      src="uri"
      9      class="class"
     10      xml:lang="en"></iframe></p>
     11 
     12  <!-- is strictly inline -->
     13  <p><dfn><iframe
     14      src="uri"
     15      class="class"
     16      xml:lang="en"></iframe></dfn></p>
     17 
     18 </body>
     19 </html>