tor-browser

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

043-isvalid.xhtml (616B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3  <title>&lt;img&gt;</title>
      4 </head>
      5 <body>
      6  <!-- is structured inline -->
      7  <p><a href='foo'><img
      8      src="url"
      9      alt="text"
     10      width="42"
     11      height="095"
     12      ismap="ismap"
     13      class="class"
     14      xml:lang="en"></img></a></p>
     15 
     16  <!-- is strictly inline -->
     17  <p><a href='foo'><dfn><img
     18      src="url"
     19      alt="text"
     20      width="42"
     21      height="095"
     22      ismap="ismap"
     23      class="class"
     24      xml:lang="en"></img></dfn></a></p>
     25 
     26  <!-- src and alt are required, others optional -->
     27  <p><img src="ur" alt="text"></img></p>
     28 </body>
     29 </html>