summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0298-isvalid.html
blob: 54ab6d91d4fe497721ba23f9a7fc75ba0d02c3bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8>
  <title>Test 0298: Testing @typeof and @about=[]</title>
</head>
<body>
  <div about="[]" typeof="foaf:Person">
    <span property="foaf:name">Alex Milowski</span>
  </div>
</body>
</html>