summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0065-isvalid.html
blob: 843c6d3c39ef36d3f0955901e3ce0cf4d8990f2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html prefix="foaf: http://xmlns.com/foaf/0.1/">
  <head>
    <meta charset=utf-8>
    <title>Test 0065</title>
  </head>
    <body>
    <div about="[_:manu]">
      Manu Sporny can be reached via
      <a rel="foaf:mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>.
      <span rel="foaf:knows" resource="[_:michael]">He knows Michael.</span>
    </div>

    <div about="[_:michael]">
      Michael can be reached via
      <a rel="foaf:mbox" href="mailto:michael.hausenblas@joanneum.at">email</a>.
    </div>
  </body>


</html>