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