Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
conformance-checkers
/
html-rdfa
/
0297-isvalid.html
blob: 5832089565bd279a8693940afa02fecc8bc83eef [
file
] [
edit
]
<!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>