diff options
Diffstat (limited to 'tests/rdfa11/0260.xml')
-rw-r--r-- | tests/rdfa11/0260.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/rdfa11/0260.xml b/tests/rdfa11/0260.xml new file mode 100644 index 0000000..9a15684 --- /dev/null +++ b/tests/rdfa11/0260.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- This is an XHTML1 test only --> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.1//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-2.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.1"> +<head> + <title>Test 0259</title> +</head> +<body> + <div> + Vocabulary Terms + <span property="alternate">alternate</span> + <span property="appendix">appendix</span> + <span property="cite">cite</span> + <span property="bookmark">bookmark</span> + <span property="contents">contents</span> + <span property="chapter">chapter</span> + <span property="copyright">copyright</span> + <span property="first">first</span> + <span property="glossary">glossary</span> + <span property="help">help</span> + <span property="icon">icon</span> + <span property="index">index</span> + <span property="last">last</span> + <span property="license">license</span> + <span property="meta">meta</span> + <span property="next">next</span> + <span property="prev">prev</span> + <span property="previous">previous</span> + <span property="section">section</span> + <span property="start">start</span> + <span property="stylesheet">stylesheet</span> + <span property="subsection">subsection</span> + <span property="top">top</span> + <span property="up">up</span> + <span property="p3pv1">p3pv1</span> + </div> +</body></html> |