summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0174-isvalid.html
blob: a7564eb76371d87b6dd6b65fd6c5465a72e682b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html prefix="v: http://www.w3.org/2006/vcard/ns#">
<head> 
   <meta charset=utf-8>
   <title>Test 0174</title> 
</head> 
<body> 
   <p>
      This test ensures that single-character prefixes are allowed. 
      My name is:
      <span about="http://example.org/jd" property="v:fn">John Doe</span> 
   </p>
</body>

</html>