summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0309-novalid.html
blob: e9ca319beb2e84130266f4481e4dd43e4db028ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
	<meta charset=utf-8>
	<title>Test 0309</title>    
  </head>
  <body>
	<div prefix="ex: http://www.example.com/roles/" id="therole" role="ex:somerole">
      <p>Some contents that are a header</p>
    </div>
  </body>
</html>