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