tor-browser

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

0325-isvalid.html (500B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <base href="http://example.org/">
      5  <meta charset=utf-8>
      6  <title>Test 0325</title>
      7 </head>
      8 <body vocab="http://schema.org/">
      9  <div resource="#foo" typeof=""><link property="rdfa:copy" resource="_:a"></div>
     10  <div resource="#bar" typeof=""><link property="rdfa:copy" resource="_:a"></div>
     11  <div resource="_:a" typeof="rdfa:Pattern">
     12    <div property="schema:refers-to" typeof="">
     13      <span property="schema:name">Amanda</span>
     14    </div>
     15  </div>
     16 </body>
     17 </html>