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