summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0109-novalid.html
blob: 7ca6adb3e127ff593d4272c89dc0bf694870399c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html prefix="dc: http://purl.org/dc/elements/1.1/" xml:base="http://example.org/invalid/">
   <head>
      <meta charset=utf-8>
      <title>Test 0109</title>
   </head>
   <body>
   	  <!-- This a NOT a valid XHTML document (due to @xml:base) -->
      <div xml:base="http://example.org/invalid/">
         <p about="">This is <span property="dc:title">Test 0109</span>.</p>
      </div>
   </body>
</html>