mirror of
https://github.com/servo/servo.git
synced 2025-07-07 23:43:39 +01:00
14 lines
382 B
HTML
14 lines
382 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Test 0322</title>
|
|
</head>
|
|
<body vocab="http://schema.org/">
|
|
<div typeof="Person">
|
|
<p>My name is <span property="name">Gregg</span></p>
|
|
<link property="rdfa:copy" resource="_:surname"/>
|
|
</div>
|
|
<p resource="_:surname" typeof="rdfa:Pattern">My name is <span property="name">Kellogg</span></p>
|
|
</body>
|
|
</html>
|