summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0104-isvalid.html
blob: 03e0dd192c5671bdf5c257a2f8e7be2aae440933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html prefix="rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# example: http://www.example.org/">
  <head>
	<meta charset=utf-8>
	<title>Test 0104</title>
  </head>
  <body>
  	<p>
    	The word "interfenestration" has 
    	<span about="#interfenestration" rel="example:size">
            <span property="rdf:value">17</span>
            <span property="example:unit">character</span>s.
    	</span>
	</p>
  </body>
</html>