summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0178-isvalid.html
blob: c6f09ffd81aef42030189595a2e8f5ea3414b90c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <head>
    <meta charset=utf-8>
    <title>Test 0178</title>
    <base href="http://example.org/">
  </head>
  <body>
    <div about ="#this" prefix="foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/" typeof="dc:Agent">
        <p property="foaf:name">A particular agent</p>
    </div>
  </body>
</html>