tor-browser

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

013-isvalid.xhtml (486B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2 <head>
      3  <title>&lt;q&gt;</title>
      4 </head>
      5 <body>
      6  <!-- is structured inline -->
      7  <p><q cite="url" class="class" xml:lang="en">text</q></p>
      8 
      9  <!-- is strictly inline -->
     10  <p><dfn><q cite="url" class="class" xml:lang="en">text</q></dfn></p>
     11 
     12  <!-- can be empty -->
     13  <p>text <q></q></p>
     14  <p>text <dfn><q></q></dfn></p>
     15 
     16  <!-- can contain interactive -->
     17  <p><q><a>text</a></q></p>
     18  <p><dfn><q><a>text</a></q></dfn></p>
     19 </body>
     20 </html>