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