summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0084-isvalid.html
blob: c61f1051bba09ebb7e889f7a7eca903933ab4686 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html prefix="foaf: http://xmlns.com/foaf/0.1/">
  <head>
		<meta charset=utf-8>
		<title>Test 0084</title>    
  </head>
  <body>
	<div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows">
	    <div>
		    <p property="foaf:name">Ivan Herman</p>
			<p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p>
			<p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p>
			
		</div>
	</div>
  </body>
</html>