diff options
Diffstat (limited to 'tests/rdfa11/0258.xml')
-rw-r--r-- | tests/rdfa11/0258.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/rdfa11/0258.xml b/tests/rdfa11/0258.xml new file mode 100644 index 0000000..ffce955 --- /dev/null +++ b/tests/rdfa11/0258.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <title>Undescore Prefix is Ignored Test</title> +</head> +<body> +<p>Ensure that the "_" prefix is ignored.</p> +<p xmlns:_="http://example.org/" + prefix="_: http://example.org/" + xmlns:earl="http://www.w3.org/ns/earl#" + rel="earl:testcase" resource="_:test">Test</p> +</body> +</html>
\ No newline at end of file |