summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0056-isvalid.html
blob: aa80de4568abf6a2ace36bb73bacd73bad24482c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html prefix="foaf: http://xmlns.com/foaf/0.1/">
  <head>
    <meta charset=utf-8>
    <title>Test 0056</title>
  </head>
  <body>
    <div about="http://www.example.org/#ben" typeof="foaf:Person" rel="foaf:knows">
      <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p>
    </div>
  </body>
</html>