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