summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0222-novalid.html
blob: 09bc1b56e259e6a9a9e560bf214593af727a3c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8>
  <title>Test 0222</title>
</head>
<body>
  <div about="">
    <p property="rdf:value" inlist="">Foo</p>
    <strong><p property="rdf:value" inlist="">Bar</p></strong>
  </div>
</body>
</html>