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