mirror of
https://github.com/servo/servo.git
synced 2025-07-12 09:53:40 +01:00
13 lines
307 B
HTML
13 lines
307 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Test 0321</title>
|
|
</head>
|
|
<body vocab="http://schema.org/">
|
|
<div typeof="Person">
|
|
<link property="rdfa:copy" resource="_:a"/>
|
|
</div>
|
|
<p resource="_:a" typeof="rdfa:Pattern">Name: <span property="name">Amanda</span></p>
|
|
</body>
|
|
</html>
|