tor-browser

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

0115-isvalid.html (450B)


      1 <!DOCTYPE html>
      2 <html prefix="ex: http://www.example.com/">
      3   <head>
      4     <meta charset=utf-8>
      5     <title>Test 0115</title>
      6   </head>
      7   <body>
      8      <p>Description: XML entities in the RDFa content</p>
      9      <p>
     10        <span property="ex:entity1">&gt;</span>
     11        <span property="ex:entity2">Ben &amp; Co.</span>
     12        <span property="ex:entity3">&#x40;</span>
     13        <span property="ex:entity4">&#64;</span>
     14      </p>
     15   </body>
     16 </html>