https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 1503470039390008dc011a55ce82f41aa52fa8aa authored by Mikhail Pozdnyakov on 16 March 2018, 12:55:10 UTC
[Sensor] Add feature detection
Tip revision: 1503470
0247-isvalid.html
<!DOCTYPE html>
<html>
  <head>
		<meta charset=utf-8>
		<title>Test 0247</title>    
  </head>
  <body prefix="foaf: http://xmlns.com/foaf/0.1/">    
	<div about ="http://www.example.org/#somebody" rel="foaf:knows">
	    <p property="foaf:name">Ivan Herman</p>
		<p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p>
		<p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p>
	</div>
  </body>
</html>
back to top