tor-browser

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

040-isvalid.xhtml (469B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3  <title>&lt;ins&gt;</title>
      4 </head>
      5 <body>
      6  <!-- can contain strictly inline while in strictly inline context -->
      7  <p><dfn>strictly inline
      8    <ins>
      9      <em>text</em>
     10    </ins>
     11  </dfn></p>
     12 
     13  <!-- can contain interactive if ancestor does not forbid it -->
     14  <p>paragraph
     15    <ins>
     16      <a>link</a>
     17    </ins>
     18  </p>
     19  <p><dfn>strictly inline
     20    <ins>
     21      <a>link</a>
     22    </ins>
     23  </dfn></p>
     24 </body>
     25 </html>