summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0224-isvalid.html
blob: 08b39cf2cdc55d154b76ae9355511153fdc2b56b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8>
  <title>Test 0224</title>
</head>
<body>
  <div about="">
    <ol rel="rdf:value" inlist="">
      <li><a href="foo">Foo</a></li>
      <li><a href="bar">Bar</a></li>
    </ol>
  </div>
</body>
</html>