summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0111-isvalid.html
blob: 195aa7a37687eec4d8f2ff4e22de9a73683d5f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html prefix="xhv: http://www.w3.org/1999/xhtml/vocab#">
  <head>
    <meta charset=utf-8>
    <title>Test 0111</title>
  </head>
  <body>
    <div rel="xhv:next">
      <div rel="xhv:next">
        <div rel="xhv:next"></div>
      </div>
    </div>
  </body>
</html>