summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-rdfa/0237-novalid.html
blob: cf5b022224c22e66fc304b50f872b568665ef822 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
  <meta charset=utf-8>
  <title>Test 0237</title>
</head>
<body prefix="$malformed http://example.com"
     property="rdf:value"
     resource="[$malformed:curie]">
  Malformed Prefix
</body>
</html>