diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html-rdfa')
212 files changed, 2865 insertions, 0 deletions
diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0001-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0001-isvalid.html new file mode 100644 index 000000000..c7c2d8b33 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0001-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> +<head> + <meta charset=utf-8> + <title>Test 0001</title> +</head> +<body> + <p>This photo was taken by <span class="author" about="photo1.jpg" property="dc:creator">Mark Birbeck</span>.</p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0006-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0006-isvalid.html new file mode 100644 index 000000000..6c5e168cf --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0006-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/ foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0006</title> + </head> + <body> + <p> + This photo was taken by + <a about="photo1.jpg" rel="dc:creator" rev="foaf:img" + href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0007-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0007-isvalid.html new file mode 100644 index 000000000..1e6df222a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0007-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/ foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0007</title> + </head> + <body> + <p>This photo was taken by + <a about="photo1.jpg" property="dc:title" + content="Portrait of Mark" rel="dc:creator" + rev="foaf:img" href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0008-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0008-isvalid.html new file mode 100644 index 000000000..d01fcb497 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0008-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html prefix="cc: http://creativecommons.org/ns#"> + <head> + <meta charset=utf-8> + <title>Test 0008</title> + </head> + <body> + <p>This document is licensed under a + <a about="" rel="cc:license" + href="http://creativecommons.org/licenses/by-nc-nd/2.5/"> + Creative Commons + </a>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0009-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0009-isvalid.html new file mode 100644 index 000000000..e7f426e5b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0009-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0009</title> + <link about="http://example.org/people#Person1" rel="" + rev="foaf:knows" href="http://example.org/people#Person2" /> + + </head> + <body> + <p></p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0010-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0010-isvalid.html new file mode 100644 index 000000000..6fb8854f0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0010-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0010</title> + <link about="http://example.org/people#Person1" + rel="foaf:knows" rev="foaf:knows" href="http://example.org/people#Person2" /> + </head> + <body> + <p></p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0014-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0014-isvalid.html new file mode 100644 index 000000000..6902a4aee --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0014-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="ex: http://example.org/ xsd: http://www.w3.org/2001/XMLSchema#"> + <head> + <meta charset=utf-8> + <title>Test 0014</title> + </head> + <body> + <p> + <span about="http://example.org/foo" + property="ex:bar" content="10" datatype="xsd:integer">ten</span> + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0015-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0015-isvalid.html new file mode 100644 index 000000000..94742da73 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0015-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <meta charset=utf-8> + <title>Test 0015</title> + <link rel="dc:source" href="urn:isbn:0140449132" /> + <meta property="dc:creator" content="Fyodor Dostoevsky" /> + </head> + <body> + <p></p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0017-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0017-isvalid.html new file mode 100644 index 000000000..a0fe47453 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0017-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0017</title> + </head> + <body> + <p> + <span about="[_:a]" property="foaf:name">Manu Sporny</span> + <span about="[_:a]" rel="foaf:knows" +resource="[_:b]">knows</span> + <span about="[_:b]" property="foaf:name">Ralph Swick</span>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0018-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0018-isvalid.html new file mode 100644 index 000000000..89130ca04 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0018-isvalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <meta charset=utf-8> + <title>Test 0018</title> + </head> + <body> + <p> + This photo was taken by + <a about="photo1.jpg" rel="dc:creator" + href="http://www.blogger.com/profile/1109404">Mark Birbeck</a>. + </p> + </body> + + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0019-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0019-novalid.html new file mode 100644 index 000000000..a2ea7a0eb --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0019-novalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0019</title> + </head> + <body> + <div about="mailto:manu.sporny@digitalbazaar.com" + rel="foaf:knows" href="mailto:michael.hausenblas@joanneum.at"></div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0020-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0020-isvalid.html new file mode 100644 index 000000000..26740993b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0020-isvalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <meta charset=utf-8> + <title>Test 0020</title> + </head> + <body> + <div about="photo1.jpg"> + <span class="attribution-line">this photo was taken by + <span property="dc:creator">Mark Birbeck</span> + </span> + </div> + </body> + + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0021-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0021-isvalid.html new file mode 100644 index 000000000..21b9f4211 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0021-isvalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> +<head> + <meta charset=utf-8> + <title>Test 0021</title> +</head> +<body> + <div> + <span class="attribution-line">this photo was taken by + <span property="dc:creator">Mark Birbeck</span> + </span> + </div> +</body> + + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0023-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0023-isvalid.html new file mode 100644 index 000000000..5859d4578 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0023-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <meta charset=utf-8> + <title>Test 0023</title> + </head> + <body> + <div id="photo1"> + This photo was taken by + <span property="dc:creator">Mark Birbeck</span> + </div> + </body> + + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0025-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0025-isvalid.html new file mode 100644 index 000000000..dd7f91f33 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0025-isvalid.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/ foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0025</title> + </head> + <body> + <p> + This paper was written by + <span rel="dc:creator" resource="#me"> + <span property="foaf:name">Ben Adida</span>. + </span> + </p> + </body> + + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0026-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0026-isvalid.html new file mode 100644 index 000000000..42bbb1b38 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0026-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <meta charset=utf-8> + <title>Test 0026</title> + </head> + <body> + <p> + <span about="http://internet-apps.blogspot.com/" + property="dc:creator" content="Mark Birbeck"></span> + </p> + </body> + + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0027-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0027-isvalid.html new file mode 100644 index 000000000..31c2c97fd --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0027-isvalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <meta charset=utf-8> + <title>Test 0027</title> + </head> + <body> + <p> + <span about="http://internet-apps.blogspot.com/" + property="dc:creator" content="Mark Birbeck">Mark B. + </span> + </p> + </body> + + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0029-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0029-isvalid.html new file mode 100644 index 000000000..cccb4b277 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0029-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/ xsd: http://www.w3.org/2001/XMLSchema#"> + <head> + <meta charset=utf-8> + <title>Test 0029</title> + </head> + <body> + <p> + <span about="http://example.org/foo" + property="dc:creator" datatype="xsd:string"><b>M</b>ark <b>B</b>irbeck</span>. + </p> + </body> + + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0030-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0030-isvalid.html new file mode 100644 index 000000000..7fd1a85ec --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0030-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html prefix="cc: http://creativecommons.org/ns#"> + <head> + <meta charset=utf-8> + <title>Test 0030</title> + </head> + <body> + <p>This document is licensed under a + <a rel="cc:license" + href="http://creativecommons.org/licenses/by-nc-nd/2.5/"> + Creative Commons License + </a>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0031-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0031-isvalid.html new file mode 100644 index 000000000..29f2e68fe --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0031-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <meta charset=utf-8> + <title>Test 0031</title> + </head> + <body> + <p about="#wtw"> + The book <b>Weaving the Web</b> (hardcover) has the ISBN + <span rel="dc:identifier" resource="urn:ISBN:0752820907">0752820907</span>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0032-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0032-isvalid.html new file mode 100644 index 000000000..6a2cf7c19 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0032-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <meta charset=utf-8> + <title>Test 0032</title> + </head> + <body> + <p about="#wtw"> + The book <b>Weaving the Web</b> (hardcover) has the ISBN + <a rel="dc:identifier" resource="urn:ISBN:0752820907" + href="http://www.amazon.com/Weaving-Web-Tim-Berners-Lee/dp/0752820907">0752820907</a>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0033-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0033-isvalid.html new file mode 100644 index 000000000..20201d54d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0033-isvalid.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/ foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0033</title> + </head> + <body> + <p> + This paper was written by + <span rel="dc:creator"> + <span property="foaf:name">Ben Adida</span>. + </span> + </p> + </body> + + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0034-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0034-isvalid.html new file mode 100644 index 000000000..c1ef19cc5 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0034-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0034</title> + </head> + <body> + <div about="http://sw-app.org/mic.xhtml#i" rel="foaf:img"> + <img src="http://sw-app.org/img/mic_2007_01.jpg" + alt="A photo depicting Michael" /> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0035-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0035-novalid.html new file mode 100644 index 000000000..ad3b7e815 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0035-novalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0035</title> + </head> + <body> + <div> + <img about="http://sw-app.org/mic.xhtml#i" + rel="foaf:img" + src="http://sw-app.org/img/mic_2007_01.jpg" + href="http://sw-app.org/img/mic_2006_03.jpg" + alt="A photo depicting Michael" /> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0036-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0036-isvalid.html new file mode 100644 index 000000000..1538f7557 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0036-isvalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0036</title> + </head> + <body> + <div> + <img about="http://sw-app.org/mic.xhtml#i" + rel="foaf:img" + src="http://sw-app.org/img/mic_2007_01.jpg" + resource="http://sw-app.org/img/mic_2006_03.jpg" + alt="A photo depicting Michael" /> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0037-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0037-novalid.html new file mode 100644 index 000000000..8b4798201 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0037-novalid.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0037</title> + </head> + <body> + <div> + <img about="http://sw-app.org/mic.xhtml#i" + rel="foaf:img" + src="http://sw-app.org/img/mic_2007_01.jpg" + href="http://sw-app.org/img/mic_2006_03.jpg" + resource="http://sw-app.org/mic.xhtml#photo" + alt="A photo depicting Michael" /> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0038-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0038-isvalid.html new file mode 100644 index 000000000..e105718c9 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0038-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0038</title> + </head> + <body> + <div about="http://sw-app.org/mic.xhtml#i" rev="foaf:depicts"> + <img src="http://sw-app.org/img/mic_2007_01.jpg" + alt="A photo depicting Michael" /> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0039-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0039-novalid.html new file mode 100644 index 000000000..e95a49f0a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0039-novalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0039</title> + </head> + <body> + <div> + <img about="http://sw-app.org/mic.xhtml#i" + rev="foaf:depicts" + src="http://sw-app.org/img/mic_2007_01.jpg" + href="http://sw-app.org/img/mic_2006_03.jpg" + alt="A photo depicting Michael" /> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0041-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0041-novalid.html new file mode 100644 index 000000000..a7839adbe --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0041-novalid.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0041</title> + </head> + <body> + <div> + <img about="http://sw-app.org/mic.xhtml#i" + rev="foaf:depicts" + src="http://sw-app.org/img/mic_2007_01.jpg" + href="http://sw-app.org/img/mic_2006_03.jpg" + resource="http://sw-app.org/mic.xhtml#photo" + alt="A photo depicting Michael" /> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0048-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0048-isvalid.html new file mode 100644 index 000000000..b11a63dba --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0048-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0048</title> + </head> + <body> + <div about="http://www.example.org/#me" rel="foaf:knows" typeof="foaf:Person"> + <p property="foaf:name">John Doe</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0049-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0049-isvalid.html new file mode 100644 index 000000000..f26ef8878 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0049-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0049</title> + </head> + <body> + <div about="http://www.example.org/#me" typeof="foaf:Person"> + <p property="foaf:name">John Doe</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0050-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0050-isvalid.html new file mode 100644 index 000000000..94e28c88b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0050-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0050</title> + </head> + <body> + <div typeof="foaf:Person"> + <p property="foaf:name">John Doe</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0051-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0051-isvalid.html new file mode 100644 index 000000000..c132724b0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0051-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0051</title> + </head> + <body> + <p about="" typeof="foaf:Document" property="foaf:topic">John Doe</p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0052-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0052-isvalid.html new file mode 100644 index 000000000..8e4d02f7b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0052-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0052</title> + </head> + <body> + <p typeof="foaf:Person" resource="http://www.example.org/#me"> + John Doe + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0053-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0053-isvalid.html new file mode 100644 index 000000000..f5d217292 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0053-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0053</title> + </head> + <body> + <p typeof="foaf:Person" resource="http://www.example.org/#me"> + <span property="foaf:name">John Doe</span> + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0054-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0054-isvalid.html new file mode 100644 index 000000000..e689de8aa --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0054-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <meta charset=utf-8> + <title>Test 0054</title> + </head> + <body> + <p> + This document was authored and published by + <span about="" property="dc:creator dc:publisher">Fabien Gandon</span>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0055-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0055-isvalid.html new file mode 100644 index 000000000..db2748fd1 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0055-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <meta charset=utf-8> + <title>Test 0055</title> + </head> + <body> + <p> + This document was authored and published by + <a about="" rel="dc:creator dc:publisher" href="http://www-sop.inria.fr/acacia/fabien/">Fabien Gandon</a>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0056-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0056-isvalid.html new file mode 100644 index 000000000..aa80de456 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0056-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0056</title> + </head> + <body> + <div about="http://www.example.org/#ben" typeof="foaf:Person" rel="foaf:knows"> + <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0057-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0057-isvalid.html new file mode 100644 index 000000000..41974cbed --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0057-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0057</title> + </head> + <body> + <div about="http://www.example.org/#ben" rel="foaf:knows"> + <p about="http://www.example.org/#mark" property="foaf:name">Mark Birbeck</p> + <p about="http://www.example.org/#ivan" property="foaf:name">Ivan Herman</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0059-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0059-isvalid.html new file mode 100644 index 000000000..95fbc278a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0059-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/ foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0059</title> + </head> + <body> + <p>This document was authored and published by:</p> + <ul rel="dc:creator dc:publisher"> + <li about="http://www.example.org/#manu" property="foaf:name">Manu Sporny</li> + <li about="http://www.example.org/#fabien" property="foaf:name">Fabien Gandon</li> + </ul> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0060-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0060-isvalid.html new file mode 100644 index 000000000..1563ffa73 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0060-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0060</title> + </head> + <body> + <div about="http://www.example.org/#matsumoto-kimiko" + typeof="foaf:Person"> + <p property="foaf:name">松本 后子</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0063-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0063-isvalid.html new file mode 100644 index 000000000..d5808b29b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0063-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0063</title> + <link rel=":next" href="http://rdfa.info/test-suite/test-cases/rdfa1.1/html5/0064.html" /> + </head> + <body> + <p>This is the 63<sup>rd</sup> test. The next test is #64.</p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0064-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0064-isvalid.html new file mode 100644 index 000000000..0fc82f94d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0064-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0064</title> + </head> + <body> + <p about="[_:michael]">Michael knows + <a rel="foaf:knows" href="http://digitalbazaar.com/people/manu">Manu</a>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0065-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0065-isvalid.html new file mode 100644 index 000000000..843c6d3c3 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0065-isvalid.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0065</title> + </head> + <body> + <div about="[_:manu]"> + Manu Sporny can be reached via + <a rel="foaf:mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>. + <span rel="foaf:knows" resource="[_:michael]">He knows Michael.</span> + </div> + + <div about="[_:michael]"> + Michael can be reached via + <a rel="foaf:mbox" href="mailto:michael.hausenblas@joanneum.at">email</a>. + </div> + </body> + + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0066-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0066-isvalid.html new file mode 100644 index 000000000..dc8642ac7 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0066-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head typeof="foaf:Document"> + <meta charset=utf-8> + <title>Test 0066</title> + </head> + <body> + <p>This is test #66.</p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0067-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0067-isvalid.html new file mode 100644 index 000000000..e60e30e04 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0067-isvalid.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <title property="foaf:topic">Test 0067</title> + </head> + <body> + <p>This is test #67.</p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0068-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0068-isvalid.html new file mode 100644 index 000000000..cfd054822 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0068-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <meta charset=utf-8> + <title>Test 0068</title> + </head> + <body> + <p about="0067.html"> + The previous test was + <span property="dc:title">Test 0067</span>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0069-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0069-isvalid.html new file mode 100644 index 000000000..bc166fb75 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0069-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="xhv: http://www.w3.org/1999/xhtml/vocab#"> + <head> + <meta charset=utf-8> + <title>Test 0069</title> + </head> + <body> + <p>The next test will be + <a about="" rel="xhv:next" href="0070.html">Test 0070</a>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0070-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0070-isvalid.html new file mode 100644 index 000000000..e2efe67da --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0070-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="xhv: http://www.w3.org/1999/xhtml/vocab#"> + <head> + <meta charset=utf-8> + <title>Test 0070</title> + </head> + <body> + <p>The previous test was + <span about="" rel="xhv:prev" resource="0069.html">Test 0069</span>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0071-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0071-isvalid.html new file mode 100644 index 000000000..511e0b710 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0071-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="cc: http://creativecommons.org/ns#"> + <head> + <meta charset=utf-8> + <title>Test 0071</title> + </head> + <body> + <p>This page is under a Creative Commons + <a rel="cc:license" + href="http://creativecommons.org/licenses/by-nd/3.0/"> + Attribution-No Derivatives 3.0 license</a>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0072-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0072-isvalid.html new file mode 100644 index 000000000..e72327b95 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0072-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <base href="http://www.example.org/"/> + <meta charset=utf-8> + <title>Test 0072</title> + </head> + <body> + <p about="faq"> + Learn more by reading the example.org + <span property="dc:title">Example FAQ</span>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0073-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0073-isvalid.html new file mode 100644 index 000000000..f614cafbc --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0073-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <base href="http://www.example.org/"/> + <meta charset=utf-8> + <title>Test 0073</title> + </head> + <body> + <p> + This article was written by + <span rel="dc:creator" resource="jane">Jane</span>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0074-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0074-isvalid.html new file mode 100644 index 000000000..d25af2d53 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0074-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <base href="http://www.example.org/"/> + <meta charset=utf-8> + <title>Test 0074</title> + </head> + <body> + <p> + This article was written by + <a rel="dc:creator" href="jane">Jane</a>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0075-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0075-isvalid.html new file mode 100644 index 000000000..15f0dd019 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0075-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <base href="http://www.example.org/"/> + <meta charset=utf-8> + <title>Test 0075</title> + </head> + <body> + <p> + This page is under a Creative Commons + <a rel="license" href="http://creativecommons.org/licenses/by-nd/3.0/">Attribution-No Derivatives 3.0 license</a>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0079-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0079-novalid.html new file mode 100644 index 000000000..0946e189f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0079-novalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0079</title> + </head> + <body> + <div about ="http://www.example.org/#somebody" rel="foaf:knows"> + <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p> + <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p> + <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0080-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0080-isvalid.html new file mode 100644 index 000000000..543e474d3 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0080-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0080</title> + </head> + <body> + <div about ="http://www.example.org/#somebody" rel="foaf:knows"> + <p about="http://danbri.org/foaf.rdf#danbri" resource="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0083-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0083-isvalid.html new file mode 100644 index 000000000..049f0f741 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0083-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0083</title> + </head> + <body> + <div about="http://www.example.org/#somebody" rel="foaf:knows"> + <p property="foaf:name">Ivan Herman</p> + <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p> + <p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0084-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0084-isvalid.html new file mode 100644 index 000000000..c61f1051b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0084-isvalid.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0084</title> + </head> + <body> + <div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows"> + <div> + <p property="foaf:name">Ivan Herman</p> + <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p> + <p about="http://danbri.org/foaf.rdf#danbri" typeof="foaf:Person" property="foaf:name">Dan Brickley</p> + + </div> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0085-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0085-novalid.html new file mode 100644 index 000000000..a910e1e90 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0085-novalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0085</title> + </head> + <body> + <div about ="http://www.example.org/#somebody" rel="foaf:knows"> + <div rel="foaf:knows"> + <p resource="http://www.ivan-herman.org/Ivan_Herman">Ivan Herman</p> + <p href="http://www.w3.org/People/Berners-Lee/card#i">Tim Berners Lee</p> + <p resource="http://danbri.org/foaf.rdf#danbri" href="http://www.leobard.net/rdf/foaf.xml#me">Dan Brickley</p> + </div> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0087-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0087-isvalid.html new file mode 100644 index 000000000..269e193f9 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0087-isvalid.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0087</title> + </head> + <body> + <p> + <a rel=":alternate" href="http://example.org/alternate">alternate</a> + <a rel=":appendix" href="http://example.org/appendix">appendix</a> + <a rel=":bookmark" href="http://example.org/bookmark">bookmark</a> + <a rel=":cite" href="http://example.org/cite">cite</a> + <a rel=":chapter" href="http://example.org/chapter">chapter</a> + <a rel=":contents" href="http://example.org/contents">contents</a> + <a rel=":copyright" href="http://example.org/copyright">copyright</a> + <a rel=":glossary" href="http://example.org/glossary">glossary</a> + <a rel=":help" href="http://example.org/help">help</a> + <a rel=":icon" href="http://example.org/icon">icon</a> + <a rel=":index" href="http://example.org/index">index</a> + <a rel=":first" href="http://example.org/first">first</a> + <a rel=":last" href="http://example.org/last">last</a> + <a rel=":license" href="http://example.org/license">license</a> + <a rel=":meta" href="http://example.org/meta">meta</a> + <a rel=":next" href="http://example.org/next">next</a> + <a rel=":p3pv1" href="http://example.org/p3pv1">p3pv1</a> + <a rel=":prev" href="http://example.org/prev">prev</a> + <a rel=":role" href="http://example.org/role">role</a> + <a rel=":section" href="http://example.org/section">section</a> + <a rel=":subsection" href="http://example.org/subsection">subsection</a> + <a rel=":start" href="http://example.org/start">start</a> + <a rel=":stylesheet" href="http://example.org/stylesheet">stylesheet</a> + <a rel=":up" href="http://example.org/up">up</a> + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0088-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0088-isvalid.html new file mode 100644 index 000000000..b43ca20f3 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0088-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0088</title> + </head> + <body> + <div about ="http://www.example.org/#somebody" rel="foaf:knows"> + <p about="[_:]" property="foaf:name">Dan Brickley</p> + <p about="[_:]" typeof="foaf:Person">Dan Brickley again:-)</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0089-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0089-isvalid.html new file mode 100644 index 000000000..e85d6d752 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0089-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0089</title> + </head> + <body> + <div> + <img src="http://example.org/example.png" typeof="foaf:Image" alt="example image" /> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0091-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0091-isvalid.html new file mode 100644 index 000000000..67badc59d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0091-isvalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0091</title> + </head> + <body> + <p about="[_:human]"> + A human is + <span property=":definition">a bi-pedal primate</span>. + They are quite possibly one of the most + <span property=":note">confused animal</span>s residing in the + <span property=":foo">Milky Way</span>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0093-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0093-isvalid.html new file mode 100644 index 000000000..682c65669 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0093-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/ ex: http://www.example.org/"> + <head> + <meta charset=utf-8> + <title>Test 0093</title> + </head> + <body> + <div about=""> + Author: <span property="dc:creator">Albert Einstein</span> + <h2 property="dc:title" datatype="ex:XMLLiteral">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0099-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0099-isvalid.html new file mode 100644 index 000000000..4c3370218 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0099-isvalid.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html prefix="example: http://www.example.org/"> + <head> + <meta charset=utf-8> + <title>Test 0099</title> + </head> + <body> + <p about="http://www.cwi.nl/~steven/" property="example:likes"> + We put thirty spokes together and call it a wheel; + But it is on the space where there is nothing that the usefulness of the wheel depends. + We turn clay to make a vessel; + But it is on the space where there is nothing that the usefulness of the vessel depends. + We pierce doors and windows to make a house; + And it is on these spaces where there is nothing that the usefulness of the house depends. + Therefore just as we take advantage of what is, we should recognize the usefulness of what is not. + + Lao Tzu: Tao Te Ching</p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0104-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0104-isvalid.html new file mode 100644 index 000000000..03e0dd192 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0104-isvalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html prefix="rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# example: http://www.example.org/"> + <head> + <meta charset=utf-8> + <title>Test 0104</title> + </head> + <body> + <p> + The word "interfenestration" has + <span about="#interfenestration" rel="example:size"> + <span property="rdf:value">17</span> + <span property="example:unit">character</span>s. + </span> + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0106-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0106-isvalid.html new file mode 100644 index 000000000..9c04bab32 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0106-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <meta charset=utf-8> + <title>Test 0106</title> + </head> + <body> + <div about="" rel="dc:creator"> + <a rel="" href="manu.html">Manu</a> created this page. + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0107-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0107-isvalid.html new file mode 100644 index 000000000..75d30d72e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0107-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html prefix="ex: http://example.org/"> + <head> + <meta charset=utf-8> + <title>Test 0107</title> + </head> + <body> + <div rel="next"></div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0109-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0109-novalid.html new file mode 100644 index 000000000..7ca6adb3e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0109-novalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/" xml:base="http://example.org/invalid/"> + <head> + <meta charset=utf-8> + <title>Test 0109</title> + </head> + <body> + <!-- This a NOT a valid XHTML document (due to @xml:base) --> + <div xml:base="http://example.org/invalid/"> + <p about="">This is <span property="dc:title">Test 0109</span>.</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0110-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0110-isvalid.html new file mode 100644 index 000000000..39287ec29 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0110-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="xhv: http://www.w3.org/1999/xhtml/vocab#"> + <head> + <meta charset=utf-8> + <title>Test 0110</title> + </head> + <body> + <div rel="xhv:next"> + <div rel="xhv:next"></div> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0111-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0111-isvalid.html new file mode 100644 index 000000000..195aa7a37 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0111-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="xhv: http://www.w3.org/1999/xhtml/vocab#"> + <head> + <meta charset=utf-8> + <title>Test 0111</title> + </head> + <body> + <div rel="xhv:next"> + <div rel="xhv:next"> + <div rel="xhv:next"></div> + </div> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0112-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0112-isvalid.html new file mode 100644 index 000000000..f28691f89 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0112-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html prefix="ex: http://example.org/"> + <head> + <meta charset=utf-8> + <title>Test 0112</title> + </head> + <body> + <p> + <span about="http://example.org/node" property="ex:property" + datatype="">not an XML Literal, +whitespace preserved +</span> + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0114-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0114-isvalid.html new file mode 100644 index 000000000..363cc1b04 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0114-isvalid.html @@ -0,0 +1,19 @@ +<!DOCTYPE html> +<html prefix="cc: http://creativecommons.org/ns# xhv: http://www.w3.org/1999/xhtml/vocab# rdfatest: http://rdfa.info/vocabs/rdfa-test#"> + <head> + <meta charset=utf-8> + <title>Test 0114</title> + </head> + <body> + <div> + <a rel="xhv:index" href="../../.././#">Test Suite</a> + <a rel="xhv:next" href="0115.html">Test Case 0115</a> + <a rel="xhv:up" href="./">Test Case 0114</a> + <a rel="cc:attributionURL" href="../../../../">RDFa Website</a> + <a rel="rdfatest:cornerCase1" href=".">Corner Case #1</a> + <a rel="rdfatest:cornerCase3" href="...">Corner Case #3</a> + <a rel="rdfatest:cornerCase4" href="?foo=bar../baz">Corner Case #4</a> + <a rel="rdfatest:cornerCase5" href="../..../../../.../.htaccess">Corner Case #5</a> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0115-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0115-isvalid.html new file mode 100644 index 000000000..cde9b6e40 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0115-isvalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html prefix="ex: http://www.example.com/"> + <head> + <meta charset=utf-8> + <title>Test 0115</title> + </head> + <body> + <p>Description: XML entities in the RDFa content</p> + <p> + <span property="ex:entity1">></span> + <span property="ex:entity2">Ben & Co.</span> + <span property="ex:entity3">@</span> + <span property="ex:entity4">@</span> + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0117-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0117-isvalid.html new file mode 100644 index 000000000..4f3957b82 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0117-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <base href="http://www.example.org/tc117.xhtml#fragment"/> + <title property="dc:title">Test 0117</title> + </head> + <body> + <p> + <span property="dc:contributor">Mark Birbeck</span> + added this triple test. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0118-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0118-isvalid.html new file mode 100644 index 000000000..2af4127f2 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0118-isvalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <meta charset=utf-8> + <title>Test 0118</title> + </head> + <body> + <p> + Check to see if parsers get confused when "" is + interpreted as NULL in some chaining cases. + <a href="http://example.org/ben.html"><span + about="" property="dc:creator">Ben</span></a> + </p> + </body> + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0119-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0119-isvalid.html new file mode 100644 index 000000000..187a42ea1 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0119-isvalid.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/ example: http://example.org/"> + <head> + <meta charset=utf-8> + <title>Test 0119</title> + </head> + <body> + <div> + <p about="[example:]"> + The + <span property="dc:title">Example Website</span> + is used in many W3C tutorials. + </p> + </div> + </body> + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0120-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0120-isvalid.html new file mode 100644 index 000000000..fc44b1e2c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0120-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/ example: http://example.org/"> + <head> + <meta charset=utf-8> + <title>Test 0120</title> + </head> + <body> + <p about="[:]"> + The + <span property="dc:title">The XHTML Vocabulary Document</span> + is the default prefix for XHTML+RDFa 1.0. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0122-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0122-isvalid.html new file mode 100644 index 000000000..e3472f541 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0122-isvalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0122</title> + </head> + <body> + <p about="http://example.org/section1.html"> + This section is contained below <span rel="up" resource="[]">the main site</span>. + </p> + </body> + + + + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0126-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0126-isvalid.html new file mode 100644 index 000000000..419edd91e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0126-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="dct: http://purl.org/dc/terms/ sioc: http://rdfs.org/sioc/ns# foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0126</title> + </head> + <body> + <div about="http://www.example.org/#article" typeof="foaf:Document sioc:Post"> + <h1 property="dct:title">My article</h1> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0131-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0131-novalid.html new file mode 100644 index 000000000..2de7ecef6 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0131-novalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html prefix="xhv: http://www.w3.org/1999/xhtml/vocab#"> +<head> + <meta charset=utf-8> + <title>Test</title> + <link rel="xhv:next xhv:prev	xhv:first
xhv:last
xhv:subsection" href="http://example.org/test.css" /> +</head> +<body> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0134-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0134-isvalid.html new file mode 100644 index 000000000..2e77ec5ad --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0134-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test</title> + <link rel="LICENSE" href="http://example.org/test.css" /> +</head> +<body> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0140-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0140-isvalid.html new file mode 100644 index 000000000..d2a712392 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0140-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Blank-node as Predicate Test</title> +</head> +<body> +<p>Blank Nodes are not allowed to be predicate identifiers in RDF:</p> +<p property="_:invalid">Test</p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0147-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0147-novalid.html new file mode 100644 index 000000000..23adadedf --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0147-novalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test</title> +</head> +<body> +<p xmlns:xmlzzz="http://example.org/" property="xmlzzz:test">Test</p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0174-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0174-isvalid.html new file mode 100644 index 000000000..a7564eb76 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0174-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html prefix="v: http://www.w3.org/2006/vcard/ns#"> +<head> + <meta charset=utf-8> + <title>Test 0174</title> +</head> +<body> + <p> + This test ensures that single-character prefixes are allowed. + My name is: + <span about="http://example.org/jd" property="v:fn">John Doe</span> + </p> +</body> + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0175-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0175-isvalid.html new file mode 100644 index 000000000..b02fab0b3 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0175-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0175</title> + </head> + <body> + <p about="_:gregg">My name is + <em property="http://xmlns.com/foaf/0.1/name">Gregg Kellogg</em>. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0176-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0176-isvalid.html new file mode 100644 index 000000000..2983e2e03 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0176-isvalid.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0176</title> + </head> + <body> + <div about="_:manu"> + Manu can be reached via + <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:manu.sporny@digitalbazaar.com">email</a>. + <span rel="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">He knows Gregg.</span> + <span rev="http://xmlns.com/foaf/0.1/knows" resource="_:gregg">Who knows Manu.</span> + </div> + + <div about="_:gregg"> + Gregg can be reached via + <a rel="http://xmlns.com/foaf/0.1/mbox" href="mailto:gregg@kellogg-assoc.com">email</a>. + </div> + </body> + + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0177-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0177-isvalid.html new file mode 100644 index 000000000..622a68562 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0177-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0177</title> + <base href="http://example.org/"/> + </head> + <body> + <div about ="#me" prefix="foaf: http://xmlns.com/foaf/0.1/" > + <p property="foaf:name">Ivan Herman</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0178-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0178-isvalid.html new file mode 100644 index 000000000..27c81d93d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0178-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0178</title> + <base href="http://example.org/"/> + </head> + <body> + <div about ="#this" prefix="foaf: http://xmlns.com/foaf/0.1/ dc: http://purl.org/dc/terms/" typeof="dc:Agent"> + <p property="foaf:name">A particular agent</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0179-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0179-novalid.html new file mode 100644 index 000000000..80cac4fa3 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0179-novalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0179</title> + <base href="http://example.org/"/> + </head> + <body> + <!-- prefix has a higher priority than xmlns --> + <div about ="#me" xmlns:foaf="http://www.example.com/wrong/foaf/uri" prefix="foaf: http://xmlns.com/foaf/0.1/" > + <p property="foaf:name">Ivan Herman</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0180-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0180-novalid.html new file mode 100644 index 000000000..1d5c4fcfe --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0180-novalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0180</title> + <base href="http://example.org/"/> + </head> + <body> + <div about ="#me" prefix=": http://xmlns.com/foaf/0.1/" > + <p property=":name">Ivan Herman</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0181-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0181-isvalid.html new file mode 100644 index 000000000..66950be44 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0181-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0181</title> + </head> + <body> + <div about ="http://www.example.org/software"> + <p rel=":license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0182-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0182-isvalid.html new file mode 100644 index 000000000..0026e32ee --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0182-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0182</title> + <base href="http://example.org/"/> + </head> + <body> + <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" > + <div about ="#this" typeof="dc:Agent" prefix="foaf: http://xmlns.com/foaf/0.1/" > + <p property="foaf:name">A particular agent</p> + </div> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0183-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0183-novalid.html new file mode 100644 index 000000000..d3a9a55d2 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0183-novalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0183</title> + <base href="http://example.org/"/> +</head> +<body> + <div prefix="foaf: http://example.org/wrong/foaf/uri/ dc: http://purl.org/dc/terms/" > + <div about ="#this" typeof="dc:Agent" xmlns:foaf="http://xmlns.com/foaf/0.1/" > + <p property="foaf:name">A particular agent</p> + </div> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0186-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0186-isvalid.html new file mode 100644 index 000000000..798d2b563 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0186-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0186</title> + <base href="http://example.org/"/> +</head> +<body> + <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" > + <p property="name">Ivan Herman</p> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0187-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0187-isvalid.html new file mode 100644 index 000000000..5a32f1336 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0187-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0187</title> + <base href="http://example.org/"/> + </head> + <body> + <div vocab="http://example.org/wrong/foaf/uri/"> + <div about ="#me" vocab="http://xmlns.com/foaf/0.1/" > + <p property="name">Ivan Herman</p> + </div> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0188-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0188-isvalid.html new file mode 100644 index 000000000..a9569c9dc --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0188-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0188</title> + <base href="http://example.org/"/> + </head> + <body> + <div vocab="http://xmlns.com/foaf/0.1/"> + <div about ="#me"> + <p property="name">Ivan Herman</p> + </div> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0189-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0189-isvalid.html new file mode 100644 index 000000000..ff7804d24 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0189-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0189</title> + </head> + <body> + <div about ="http://www.example.org/software" vocab="http://www.example.org/vocab#"> + <p rel="license" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0190-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0190-isvalid.html new file mode 100644 index 000000000..d8f0f98b9 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0190-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0190</title> + </head> + <body> + <div about ="http://www.example.org/software"> + <p rel="liCeNse" resource="http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231">Ivan Herman</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0196-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0196-isvalid.html new file mode 100644 index 000000000..6b764dbd5 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0196-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="ex: http://example.org/rdf/ rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#"> +<head> + <meta charset=utf-8> + <title>Test 0196</title> +</head> +<body> + <div about="http://www.example.org"> + <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is an XMLLiteral</p> + <p property="ex:plainlit">This is a <em>plain</em> literal</p> +</div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0197-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0197-isvalid.html new file mode 100644 index 000000000..57d2a2fb0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0197-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/terms/"> +<head> + <meta charset=utf-8> + <title>Test 0197</title> + <base href="http://www.example.org/me" /> +</head> +<body> + <p about="" typeof="class/Person" property="pred/name">Gregg Kellogg</p> + <p property="dc:language" datatype="pred/lang">Ruby</p> + <p rel="pred/rel" resource="http://kellogg-assoc.com/">Kellogg Associates</p> + <p rev="pred/rev" resource="http://github.org/gkellogg/rdf_context">Ruby Gem</p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0206-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0206-isvalid.html new file mode 100644 index 000000000..cdcf64a4b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0206-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Default context test 0206</title> +</head> +<body> + <p about ="xsd:maxExclusive" rel="rdf:type" resource="owl:DatatypeProperty"> + An OWL Axiom: "xsd:maxExclusive" is a Datatype Property in OWL. + </p> +</body> + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0207-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0207-isvalid.html new file mode 100644 index 000000000..db3c87de8 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0207-isvalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html prefix="cal: http://www.w3.org/2002/12/cal/icaltzd# xsd: http://www.w3.org/2001/XMLSchema#"> +<head> + <meta charset=utf-8> + <title>Test 0207</title> +</head> + <body> + <p about="#event1" typeof="cal:Vevent"> + <b property="cal:summary">Weekend off in Iona</b>: + <span property="cal:dtstart" content="2006-10-21" datatype="xsd:date">Oct 21st</span> + to <span property="cal:dtend" content="2006-10-23" datatype="xsd:date">Oct 23rd</span>. + See <a rel="cal:url" href="http://freetime.example.org/">FreeTime.Example.org</a> for + info on <span property="cal:location">Iona, UK</span>. + </p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0213-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0213-isvalid.html new file mode 100644 index 000000000..b07bab206 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0213-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <meta charset=utf-8> + <title>Test 0213</title> + </head> + <body> + <!-- In RDFa 1.1, by default a plain literal is generated even if it contains XML elements --> + <div about="http://www.example.org/"> + <h2 property="dc:title">E = mc<sup>2</sup>: The Most Urgent Problem of Our Time</h2> + </div> + </body> + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0214-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0214-isvalid.html new file mode 100644 index 000000000..395e645fb --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0214-isvalid.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html typeof="foaf:Document"> +<head> + <title property="dc:title">Test 0214</title> +</head> +<body> + <p>This document has a title.</p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0216-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0216-isvalid.html new file mode 100644 index 000000000..005731efe --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0216-isvalid.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<html prefix = " +air: http://www.daml.org/2001/10/html/airport-ont# +bio: http://vocab.org/bio/0.1/ +contact: http://www.w3.org/2000/10/swap/pim/contact# +dc: http://purl.org/dc/terms/ +foaf: http://xmlns.com/foaf/0.1/ +ical: http://www.w3.org/2002/12/cal/icaltzd# +owl: http://www.w3.org/2002/07/owl# +rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# +rdfs: http://www.w3.org/2000/01/rdf-schema# +rel: http://vocab.org/relationship/ +openid: http://xmlns.openid.net/auth# +rss: http://web.resource.org/rss/1.0/ +sioc: http://rdfs.org/sioc/ns# +xsd: http://www.w3.org/2001/XMLSchema# +google: http://rdf.data-vocabulary.org/# +rsa: http://www.w3.org/ns/auth/rsa# +cert: http://www.w3.org/ns/auth/cert# +wot: http://xmlns.com/wot/0.1/ +"> +<head> + <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" /> + <title>Test 0216</title> +</head> +<body> + <!-- Tests whether the Unicode (UTF-8 encoded) characters are properly handled even with a large set of properties + in the html element, ie, when the content sniffing to find out the character encoding may not work --> + <p about="http://www.ivan-herman.net/foaf#me" property="foaf:name">Iván</p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0217-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0217-isvalid.html new file mode 100644 index 000000000..b6de9ce76 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0217-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0217</title> + <base href="http://example.org/"/> +</head> +<body> + <div about="#me" vocab="http://xmlns.com/foaf/0.1/" > + <p property="name">Gregg Kellogg</p> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0218-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0218-isvalid.html new file mode 100644 index 000000000..f8bb147de --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0218-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0218</title> +</head> +<body> + <div about =""> + <p rel="rdf:value" inlist=""></p> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0219-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0219-isvalid.html new file mode 100644 index 000000000..3865401f3 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0219-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0219</title> +</head> +<body> + <div about=""> + <p property="rdf:value" inlist="">Foo</p> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0220-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0220-isvalid.html new file mode 100644 index 000000000..a171f2d47 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0220-isvalid.html @@ -0,0 +1,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> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0221-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0221-isvalid.html new file mode 100644 index 000000000..b01b83ae9 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0221-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0221</title> +</head> +<body> + <div about=""> + <p property="rdf:value" inlist="">Foo</p> + <a rel="rdf:value" inlist="" href="foo">Foo</a> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0222-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0222-novalid.html new file mode 100644 index 000000000..09bc1b56e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0222-novalid.html @@ -0,0 +1,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> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0223-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0223-novalid.html new file mode 100644 index 000000000..662fe5124 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0223-novalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0223</title> +</head> +<body> + <div about=""> + <p property="rdf:value" inlist="">Foo</p> + <strong><p property="rdf:value" inlist="">Bar</p></strong> + <p property="rdf:value">Baz</p> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0224-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0224-isvalid.html new file mode 100644 index 000000000..08b39cf2c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0224-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0224</title> +</head> +<body> + <div about=""> + <ol rel="rdf:value" inlist=""> + <li><a href="foo">Foo</a></li> + <li><a href="bar">Bar</a></li> + </ol> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0225-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0225-isvalid.html new file mode 100644 index 000000000..f513aabb6 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0225-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0225</title> +</head> +<body> + <div about="foo"> + <p property="rdf:value" inlist="">Foo</p> + </div> + <div about="foo"> + <p property="rdf:value" inlist="">Bar</p> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0226-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0226-novalid.html new file mode 100644 index 000000000..bf6103ea9 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0226-novalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0226</title> +</head> +<body prefix="ex: http://www.example.org/"> + <div about=""> + <p property="rdf:value" inlist="">Foo</p> + <span rel="ex:inlist" resource="res"> + <p property="rdf:value" inlist="">Bar</p> + </span> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0227-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0227-novalid.html new file mode 100644 index 000000000..a0a961fd5 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0227-novalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0227</title> +</head> +<body prefix="ex: http://www.example.org/"> + <div about=""> + <p property="rdf:value" inlist="">Foo</p> + <span rel="ex:inlist"> + <p about="res" property="rdf:value" inlist="">Bar</p> + </span> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0228-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0228-isvalid.html new file mode 100644 index 000000000..bc3578d57 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0228-isvalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0228</title> + <!-- Based on 1.1 semantics for 0040 --> + </head> + <body> + <div> + <img src="http://sw-app.org/img/mic_2007_01.jpg" + rev="xhv:alternate" + resource="http://sw-app.org/img/mic_2006_03.jpg" + alt="A photo depicting Michael" /> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0229-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0229-isvalid.html new file mode 100644 index 000000000..3d37f5c43 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0229-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0042</title> + </head> + <body> + <div> + <img rel="foaf:img" + src="http://sw-app.org/img/mic_2007_01.jpg" + alt="A photo depicting Michael" /> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0230-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0230-novalid.html new file mode 100644 index 000000000..8e19185af --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0230-novalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0230</title> +</head> +<body> + <div> + <img + src="http://example.org/example.png" + rel="license" + href="http://creativecommons.org/licenses/by-nc-sa/2.0/" + alt="example image" /> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0231-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0231-isvalid.html new file mode 100644 index 000000000..19160913d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0231-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0231</title> +</head> +<body> + <div about="http://creativecommons.org/licenses/by-nc-sa/2.0/" rev="license"> + <img src="http://example.org/example.png" alt="example image" /> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0232-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0232-isvalid.html new file mode 100644 index 000000000..6a3eac219 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0232-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0232</title> + </head> + <body> + <div rel="foaf:maker" typeof="foaf:Person"> + <p property="foaf:name">John Doe</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0233-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0233-isvalid.html new file mode 100644 index 000000000..586778ecf --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0233-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> + <head> + <meta charset=utf-8> + <title>Test 0233</title> + </head> + <body> + <div rel="foaf:maker" typeof="foaf:Person" resource="http://www.example.org/#me"> + <p property="foaf:name">John Doe</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0234-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0234-novalid.html new file mode 100644 index 000000000..3dfbdaa03 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0234-novalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0234</title> + </head> + <body> + <p> + <a rel="describedby" href="http://example.org/describedby">describedby</a> + <a rel="license" href="http://example.org/license">license</a> + <a rel="role" href="http://example.org/role">role</a> + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0235-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0235-isvalid.html new file mode 100644 index 000000000..183956137 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0235-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0235</title> + </head> + <body> + <p> + The <span property="dc:title">rdfagraph</span> should not generate triples when + looking only at the processor graph. + </p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0237-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0237-novalid.html new file mode 100644 index 000000000..cf5b02222 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0237-novalid.html @@ -0,0 +1,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> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0238-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0238-isvalid.html new file mode 100644 index 000000000..92feca27a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0238-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0238</title> +</head> +<body property="undefined_term"> + Undefined Term +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0239-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0239-isvalid.html new file mode 100644 index 000000000..a28850ee5 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0239-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0239</title> +</head> +<body property="rdf:value" + resource="[undefined:curie]"> + Undefined Prefix +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0240-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0240-isvalid.html new file mode 100644 index 000000000..9938beaa8 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0240-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0240</title> +</head> +<body prefix="rdfatest: http://rdfa.info/vocabs/rdfa-test#" vocab="http://rdfa.info/vocabs/rdfa-test#"> + Using the property <code property="subProp" resource="rdfatest:subProp">subProp</code> + should cause a triple with <code>baseProp</code> to be added. +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0241-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0241-isvalid.html new file mode 100644 index 000000000..eb6b77a98 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0241-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0241</title> +</head> +<body prefix="rdfatest: http://rdfa.info/vocabs/rdfa-test#" vocab="http://rdfa.info/vocabs/rdfa-test#"> + Using the property <code property="eqProp" resource="rdfatest:eqProp">eqProp</code> + should cause a triple with <code>baseProp</code> to be added. +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0242-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0242-isvalid.html new file mode 100644 index 000000000..7b6a59078 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0242-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0242</title> +</head> +<body prefix="rdfatest: http://rdfa.info/vocabs/rdfa-test#" vocab="http://rdfa.info/vocabs/rdfa-test#"> + Using the property <code property="baseProp" resource="rdfatest:eqProp">eqProp</code> + should cause a triple with <code>eqProp</code> to be added. +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0243-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0243-isvalid.html new file mode 100644 index 000000000..7a21da413 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0243-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0243</title> +</head> +<body prefix="rdfatest: http://rdfa.info/vocabs/rdfa-test#" vocab="http://rdfa.info/vocabs/rdfa-test#"> + Using the type <code about="_:a" typeof="SubClass">SubClass</code> + should cause a triple with <code>BaseClass</code> to be added. +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0244-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0244-isvalid.html new file mode 100644 index 000000000..654009bb4 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0244-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0244</title> +</head> +<body prefix="rdfatest: http://rdfa.info/vocabs/rdfa-test#" vocab="http://rdfa.info/vocabs/rdfa-test#"> + Using the type <code about="_:a" typeof="EqClass">EqClass</code> + should cause a triple with <code>BaseClass</code> to be added. +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0245-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0245-isvalid.html new file mode 100644 index 000000000..513d80060 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0245-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0245</title> +</head> +<body prefix="rdfatest: http://rdfa.info/vocabs/rdfa-test#" vocab="http://rdfa.info/vocabs/rdfa-test#"> + Using the type <code about="_:a" typeof="BaseClass">BaseClass</code> + should cause a triple with <code>EqClass</code> to be added. +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0246-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0246-isvalid.html new file mode 100644 index 000000000..fd59c141c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0246-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0246</title> + </head> + <body prefix="foaf: http://xmlns.com/foaf/0.1/"> + <div about="http://www.example.org/#ben" rel="foaf:knows"> + <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p> + <p typeof="foaf:Person"><span property="foaf:name">Ivan Herman</span></p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0247-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0247-isvalid.html new file mode 100644 index 000000000..b0b8ca071 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0247-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0247</title> + </head> + <body prefix="foaf: http://xmlns.com/foaf/0.1/"> + <div about ="http://www.example.org/#somebody" rel="foaf:knows"> + <p property="foaf:name">Ivan Herman</p> + <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p> + <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0248-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0248-isvalid.html new file mode 100644 index 000000000..b2a3e3f6e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0248-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0248</title> + </head> + <body prefix="foaf: http://xmlns.com/foaf/0.1/"> + <div about ="http://www.example.org/#somebody" rev="foaf:knows"> + <p property="foaf:name">Ivan Herman</p> + <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p> + <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0249-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0249-isvalid.html new file mode 100644 index 000000000..f84895c29 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0249-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0249</title> + </head> + <body prefix="foaf: http://xmlns.com/foaf/0.1/"> + <div about ="http://www.example.org/#somebody" rev="foaf:knows" rel="foaf:knows"> + <p property="foaf:name">Ivan Herman</p> + <p rel="foaf:mailbox" resource="mailto:ivan@w3.org">mailto:ivan@w3.org</p> + <p typeof="foaf:Person"><span property="foaf:name">Mark Birbeck</span></p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0250-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0250-isvalid.html new file mode 100644 index 000000000..61b8dbe7a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0250-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0250</title> + </head> + <body prefix="foaf: http://xmlns.com/foaf/0.1/"> + <p about ="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="foaf:name">Ivan Herman</p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0251-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0251-isvalid.html new file mode 100644 index 000000000..1a39f1987 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0251-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html prefix="ex: http://example.org/"> + <head about=""> + <meta charset=utf-8> + <title>Test 251</title> + <meta about="http://example.org/node" property="ex:property" lang="fr" content="chat" /> + </head> + <body> + <p></p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0252-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0252-isvalid.html new file mode 100644 index 000000000..ba7d228fc --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0252-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html prefix="ex: http://example.org/"> + <head about="" lang="fr"> + <title lang="en">Test 0252</title> + <meta about="http://example.org/node" property="ex:property" content="chat" /> + </head> + <body> + <p></p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0253-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0253-isvalid.html new file mode 100644 index 000000000..858aed8b2 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0253-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="ex: http://example.org/"> + <head> + <meta charset=utf-8> + <title>Test 0108</title> + </head> + <body> + <p about="http://example.org/node" property="ex:property" + datatype="" lang="el">ελληνικό +άσπρο διάστημα +</p> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0254-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0254-isvalid.html new file mode 100644 index 000000000..845a78775 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0254-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html prefix="ex: http://example.org/terms#"> +<head> + <meta charset=utf-8> + <title>Test 0254</title> + <base href="http://example.org/"/> +</head> +<body lang="en"> + <p property="ex:prop" datatype="">A <strong>plain literal</strong> with a lang tag.</p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0255-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0255-isvalid.html new file mode 100644 index 000000000..1d4bbb239 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0255-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html prefix="ex: http://example.org/terms#"> +<head> + <meta charset=utf-8> + <title>Test 0255</title> + <base href="http://example.org/"/> +</head> +<body lang="en"> + <p property="ex:prop" lang="">Just a plain literal.</p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0257-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0257-isvalid.html new file mode 100644 index 000000000..01e194240 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0257-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> + <head> + <meta charset=utf-8> + <title>Test 0257</title> + </head> + <body> + <span about="#a" property="dc:title"></span> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0258-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0258-novalid.html new file mode 100644 index 000000000..9f9a48c3d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0258-novalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <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> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0259-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0259-isvalid.html new file mode 100644 index 000000000..e2c8e5d60 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0259-isvalid.html @@ -0,0 +1,48 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0259</title> +</head> +<body> + <div> + Vocabulary Prefixes + <span property="grddl:">GRDDL</span> + <span property="ma:">MA</span> + <span property="owl:">OWL</span> + <span property="rdf:">RDF</span> + <span property="rdfa:">RDFa</span> + <span property="rdfs:">RDFS</span> + <span property="rif:">RIF</span> + <span property="skos:">SKOS</span> + <span property="skosxl:">SKOS-XL</span> + <span property="wdr:">WDR</span> + <span property="void:">VOID</span> + <span property="wdrs:">WDRS</span> + <span property="xhv:">XHV</span> + <span property="xml:">XML</span> + <span property="xsd:">XSD</span> + </div> + <div> + Widely Used prefixes + <span property="cc:">CC</span> + <span property="ctag:">CTAG</span> + <span property="dc:">DC</span> + <span property="dcterms:">DCTERMS</span> + <span property="foaf:">FOAF</span> + <span property="gr:">GR</span> + <span property="ical:">ICAL</span> + <span property="og:">OG</span> + <span property="rev:">REV</span> + <span property="sioc:">SIOC</span> + <span property="v:">V</span> + <span property="vcard:">VCARD</span> + <span property="schema:">Schema</span> + </div> + <div> + Vocabulary Terms + <span property="describedby">DescribedBy</span> + <span property="license">License</span> + <span property="role">Role</span> + </div> +</body></html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0261-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0261-isvalid.html new file mode 100644 index 000000000..6f887d1b6 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0261-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="ex: http://example.org/rdf/ rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#"> +<head> + <meta charset=utf-8> + <title>Test 0261</title> +</head> +<body> + <div about="http://www.example.org"> + <p property="ex:xmllit" datatype="rdf:XMLLiteral">This is +an XMLLiteral</p> +</div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0262-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0262-isvalid.html new file mode 100644 index 000000000..5293ec291 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0262-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html prefix="dc: http://purl.org/dc/elements/1.1/"> +<head> + <meta charset=utf-8> + <title>Test 0262</title> +</head> +<body> + <p>This photo was taken by <span class="author" about="photo1.jpg" property=" dc:creator +">Mark Birbeck</span>.</p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0263-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0263-isvalid.html new file mode 100644 index 000000000..d8ef4b0b2 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0263-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html property="rdfs:seeAlso" resource="http://www.example.org"> +<head > + <meta charset=utf-8> + <title>Test 0263</title> +</head> +<body> + <p> </p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0264-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0264-isvalid.html new file mode 100644 index 000000000..62cefe501 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0264-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head property="rdfs:seeAlso" resource="http://www.example.org"> + <meta charset=utf-8> + <title>Test 0264</title> +</head> +<body> + <p> </p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0265-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0265-isvalid.html new file mode 100644 index 000000000..b4bcf8057 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0265-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html about="http://www.example.com"> +<head property="rdfs:seeAlso" resource="http://www.example.org"> + <meta charset=utf-8> + <title>Test 0265</title> +</head> +<body> + <p> </p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0266-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0266-isvalid.html new file mode 100644 index 000000000..5f30516f2 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0266-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0266</title> +</head> +<body> + <div about="http://www.w3.org/Person/Ivan#me"> + <a href="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="owl:sameAs">Ivan Herman</a> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0267-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0267-isvalid.html new file mode 100644 index 000000000..291dad06c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0267-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0267</title> +</head> +<body> + <div about="http://www.w3.org/Person/Ivan#me"> + <p resource="http://www.ivan-herman.net/foaf#me" typeof="foaf:Person" property="owl:sameAs">Ivan Herman</p> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0268-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0268-isvalid.html new file mode 100644 index 000000000..77c2bc5e3 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0268-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0268</title> +</head> +<body> + <div about="http://www.ivan-herman.net/foaf#me"> + <img src="http://www.ivan-herman.net/Images/me2003-small.png" typeof="foaf:Image" property="foaf:depiction" alt="Ivan Herman" /> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0269-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0269-isvalid.html new file mode 100644 index 000000000..3ff53585f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0269-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html property="rdfs:comment" content="This is an RDFa test"> +<head > + <meta charset=utf-8> + <title>Test 0269</title> +</head> +<body> + <p> </p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0271-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0271-isvalid.html new file mode 100644 index 000000000..50a8e8a84 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0271-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html about="http://www.example.org/"> +<head property="rdfs:comment" content="This is an RDFa test"> + <meta charset=utf-8> + <title>Test 0269</title> +</head> +<body> + <p> </p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0272-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0272-isvalid.html new file mode 100644 index 000000000..ddd86e6b6 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0272-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0272</title> +</head> +<body> + <time property="rdf:value" datetime="2012-03-18">18 March 2012</time> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0273-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0273-isvalid.html new file mode 100644 index 000000000..3bbf607f8 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0273-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0273</title> +</head> +<body> + <time property="rdf:value" datetime="00:00:00">midnight</time> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0274-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0274-isvalid.html new file mode 100644 index 000000000..faf6d451e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0274-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0274</title> +</head> +<body> + <time property="rdf:value" datetime="2012-03-18T00:00:00Z">18 March 2012 at midnight</time> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0275-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0275-isvalid.html new file mode 100644 index 000000000..c53311b64 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0275-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0275</title> +</head> +<body> + <time property="rdf:value">2012-03-18</time> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0276-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0276-isvalid.html new file mode 100644 index 000000000..6ca34862b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0276-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0275</title> +</head> +<body> + <time property="rdf:value">00:00:00</time> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0277-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0277-isvalid.html new file mode 100644 index 000000000..61922bf18 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0277-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0277</title> +</head> +<body> + <time property="rdf:value">2012-03-18T00:00:00Z</time> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0278-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0278-isvalid.html new file mode 100644 index 000000000..7490cf0f1 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0278-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0278</title> +</head> +<body> + <p>The value of @content has a higher priority than @datetime</p> + <time property="rdf:value" datetime="2012-03-18" content="this should be the value">18 March 2012</time> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0279-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0279-isvalid.html new file mode 100644 index 000000000..da3798d08 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0279-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0279</title> +</head> +<body> + <time property="rdf:value" datetime="2012-03-18T00:00:00Z" datatype="xsd:date">18 March 2012 at midnight</time> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0280-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0280-novalid.html new file mode 100644 index 000000000..dbe94dfd0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0280-novalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0280</title> +</head> +<body> + <time property="rdf:value" datetime="P2011Y06M28DT00H00M00S">2011 years 6 months 28 days</time> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0281-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0281-isvalid.html new file mode 100644 index 000000000..1158dc936 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0281-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0281</title> +</head> +<body> + <time property="rdf:value" datetime="2012">Two Thousand Twelve</time> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0282-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0282-isvalid.html new file mode 100644 index 000000000..1fd9cb1a1 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0282-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0282</title> +</head> +<body> + <time property="rdf:value" datetime="2012-03">March, Two Thousand Twelve</time> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0283-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0283-isvalid.html new file mode 100644 index 000000000..3be86a46f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0283-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0283</title> +</head> +<body> + <time property="rdf:value"> 2012-03-18</time> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0284-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0284-isvalid.html new file mode 100644 index 000000000..e2b0254b9 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0284-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0284</title> +</head> +<body> + <time property="rdf:value" datatype="xsd:dateTime"> 2012-03-18</time> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0285-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0285-novalid.html new file mode 100644 index 000000000..58d276f28 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0285-novalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0285</title> +</head> +<body> + <time property="rdf:value" lang="en" datetime="D-Day"> + Non matching lexical value with language. + </time> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0287-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0287-isvalid.html new file mode 100644 index 000000000..17aa30074 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0287-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0287</title> +</head> +<body> + <time property="rdf:value" datetime="2012-03-18T00:00:00-08:00">18 March 2012 at midnight in San Francisco</time> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0289-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0289-isvalid.html new file mode 100644 index 000000000..09af29ea5 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0289-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0289</title> +</head> +<body> + <h1>@href becomes subject when @property and @content are present</h1> + <a href="http://example.org/" property="rdf:value" content="value">ignored</a> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0290-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0290-isvalid.html new file mode 100644 index 000000000..12ac353b2 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0290-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0290</title> +</head> +<body> + <h1>@href becomes subject when @property and @datatype are present</h1> + <a href="http://example.org/" property="rdf:value" datatype="">value</a> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0291-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0291-isvalid.html new file mode 100644 index 000000000..dddb87e2b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0291-isvalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html prefix="rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#"> +<head> + <meta charset=utf-8> + <title>Test 0291</title> +</head> +<body> + <h1>@href as subject overridden by @about</h1> + <a about="http://example.net/" href="http://example.org/" property="rdf:value" content="value">ignored</a> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0292-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0292-isvalid.html new file mode 100644 index 000000000..1a9e85b46 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0292-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#"> +<head> + <meta charset=utf-8> + <title>Test 0292</title> +</head> +<body> + <h1>@about overriding @href as subject is used as parent resource</h1> + <a about="http://example.net/" href="http://example.org/" property="rdf:value" content="value one"> + <span property="rdf:value">value two</span> + </a> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0293-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0293-isvalid.html new file mode 100644 index 000000000..2202603d7 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0293-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0293</title> +</head> +<body> + <h1>Testing the ':' character usage in a CURIE</h1> + <div prefix="ex: http://www.example.org/"> + <p about="http://www.example.org" property="ex:column:test">Test</p> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0296-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0296-isvalid.html new file mode 100644 index 000000000..bdf56c40e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0296-isvalid.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0296</title> +</head> +<body> + <div vocab="http://xmlns.com/foaf/0.1/" resource="http://example.com/gregg/#me" typeof="Person"> + <a property="homepage" href="http://example.com/gregg/"><span property="name">Gregg</span></a> + Knows + <ul> + <li property="knows" resource="http://example.com/niklas/#me" typeof="Person"> + <a property="homepage" href="http://example.com/niklas/"><span property="name">Niklas</span></a> + </li> + <li property="knows" resource="http://example.com/stéphane/#me" typeof="Person"> + <a property="homepage" href="http://example.com/stéphane/"><span property="name">Stéphane</span></a> + </li> + <li property="knows" resource="http://example.com/ivan/#me" typeof="Person"> + <a property="homepage" href="http://example.com/ivan/"><span property="name">Ivan</span></a> + </li> + <li property="knows" resource="http://example.com/manu/#me" typeof="Person"> + <a property="homepage" href="http://example.com/manu/"><span property="name">Manu</span></a> + </li> + </ul> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0297-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0297-isvalid.html new file mode 100644 index 000000000..583208956 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0297-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0297: Testing @typeof and @about=[]</title> +</head> +<body> + <div about="[]" typeof="foaf:Person" property="foaf:name">Alex Milowski</div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0298-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0298-isvalid.html new file mode 100644 index 000000000..54ab6d91d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0298-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0298: Testing @typeof and @about=[]</title> +</head> +<body> + <div about="[]" typeof="foaf:Person"> + <span property="foaf:name">Alex Milowski</span> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0299-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0299-isvalid.html new file mode 100644 index 000000000..c529090d7 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0299-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0299: Testing @resource=[]</title> +</head> +<body about="http://www.example.org/"> + <a href="http://www.example.org/license.xhtml" rel="xhv:license" resource="[]">The Foo Document</a> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0300-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0300-isvalid.html new file mode 100644 index 000000000..38741f14b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0300-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0300: Testing @resource=[]</title> +</head> +<body about="http://www.example.org/"> + <a href="http://www.example.org/license.xhtml" property="xhv:license" resource="[]">The Foo Document</a> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0301-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0301-isvalid.html new file mode 100644 index 000000000..f6dce1da9 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0301-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0301: Typed Property</title> +</head> +<body> + <p vocab="http://www.milowski.com/V/" property="bit" typeof="thing"> + <span property="name">Fizzbit</span> + </p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0302-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0302-isvalid.html new file mode 100644 index 000000000..21020d0fc --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0302-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0302: various types of tokens in @typeof</title> +</head> +<body> + <div vocab="http://schema.org/" resource="http://openspring.net/scor#me" typeof="Person foaf:Person http://purl.org/dc/terms/Agent"> + <a property="homepage" href="http://openspring.net/"><span property="name">Stéphane Corlosquet</span></a> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0303-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0303-novalid.html new file mode 100644 index 000000000..644420959 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0303-novalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0303: @rel/@rev terms removed if @property exists</title> +</head> +<body> + <div vocab="http://schema.org/" resource="http://example.org/base"> + <a property="uri" rel="license" href="http://example.orb/val1">Not This</a> + <a property="name" rel="homepage foaf:homepage" href="http://greggkellogg.net/">Gregg Kellogg</a> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0305-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0305-isvalid.html new file mode 100644 index 000000000..3ee7f4860 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0305-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0305</title> + </head> + <body> + <div id="heading1" role="heading"> + <p>Some contents that are a header</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0306-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0306-isvalid.html new file mode 100644 index 000000000..8abd9fd74 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0306-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0306</title> + <base href="http://www.example.com/tests/0306"/> + </head> + <body> + <div id="heading1" role="heading"> + <p>Some contents that are a header</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0307-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0307-isvalid.html new file mode 100644 index 000000000..c9b99557a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0307-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0307</title> + </head> + <body> + <div role="heading"> + <p>Some contents that are a header</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0308-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0308-novalid.html new file mode 100644 index 000000000..56f9a3930 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0308-novalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0308</title> + </head> + <body> + <div id="therole" role="http://www.example.com/roles/somerole"> + <p>Some contents that are a header</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0309-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0309-novalid.html new file mode 100644 index 000000000..e9ca319be --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0309-novalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0309</title> + </head> + <body> + <div prefix="ex: http://www.example.com/roles/" id="therole" role="ex:somerole"> + <p>Some contents that are a header</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0310-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0310-novalid.html new file mode 100644 index 000000000..89793d797 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0310-novalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0310</title> + </head> + <body> + <div prefix="ex: http://www.example.com/roles/" id="therole" role="ex:somerole someOtherRole http://www.example.com/alternate/role"> + <p>Some contents that are a header</p> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0311-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0311-isvalid.html new file mode 100644 index 000000000..e8991e4ae --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0311-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0311</title> +</head> +<body> + <div> + <span class="attribution-line">this photo was taken by + <span property="">Stéphane Corlosquet</span> + </span> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0312-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0312-isvalid.html new file mode 100644 index 000000000..af489fe88 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0312-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0312</title> +</head> +<body> + <p vocab="http://schema.org/" typeof="Person"> + The homepage of <a href="http://example.org/" property="homepage" rel="nofollow">Some Body</a>. + </p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0313-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0313-isvalid.html new file mode 100644 index 000000000..e4b4b760d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0313-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0313</title> +</head> +<body prefix="rdfa: http://www.example.org/" resource="http://www.example.com"> + <p property="rdfa:erronouslyRedefinedProperty">Foo</p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0314-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0314-novalid.html new file mode 100644 index 000000000..a8e1c1608 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0314-novalid.html @@ -0,0 +1,36 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0314</title> + </head> + <body> + <div id="b" role="banner"> + <p>Here is a banner for this page.</p> + </div> + <div id="toc" role="contentinfo"> + <p>Here is some information about the page's contents:</p> + <ul id="contents" role="list"> + <li role="listitem"><a href="#s1">Section 1</a></li> + <li role="listitem"><a href="#s2">Section 2</a></li> + <li role="listitem"><a href="#a1">Appendix 1</a></li> + </ul> + </div> + <div id="main" role="main"> + <p>This is the primary content of this page. It has some sections.</p> + <div id="s1" role="section"> + <h1 role="heading">Some contents that are a header</h1> + <p>Section 1 needs some content!</p> + </div> + <div id="s2" role="section"> + <h1 role="heading">This is Section 2</h1> + <p>Section 2 is pretty boring.</p> + </div> + <div id="a1" role="appendix"> + <h1 role="heading">This is Appendix 1</h1> + <p role="note">It is a note about the document - not a primary content + item.</p> + </div> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0315-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0315-isvalid.html new file mode 100644 index 000000000..79bf76a02 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0315-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0315</title> +</head> +<body prefix="po: http://example.org/"> + <dl> + <dt rel="po:role" class="role"> + <span typeof="po:Role" property="rdfs:label">Director</span> + </dt> + <dd></dd> + </dl> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0316-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0316-isvalid.html new file mode 100644 index 000000000..7063dd3aa --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0316-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0316</title> +</head> +<body prefix="po: http://example.org/"> + <dl> + <dt rel="po:role" class="role"> + <a typeof="po:Role" property="rdfs:label" href="http://example.org/profiles/director.html">Director</a> + </dt> + <dd></dd> + </dl> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0317-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0317-isvalid.html new file mode 100644 index 000000000..a8d0f8950 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0317-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0316</title> +</head> +<body prefix="po: http://purl.org/ontology/po/"> + <dl> + <dt rel="po:role" class="role"> + <a typeof="po:Role" property="rdfs:label" datatype="" href="http://example.org/profiles/director.html">Director</a> + </dt> + <dd></dd> + </dl> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0318-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0318-isvalid.html new file mode 100644 index 000000000..cd81dd329 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0318-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset=utf-8> + <title>Test 0318</title> + </head> + <body> + <div vocab="http://xmlns.com/foaf/0.1/"> + <div about ="#me"> + <p property="name">Ivan Herman</p> + <meta vocab="" property="prop" content="value"/> + </div> + </div> + </body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0319-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0319-novalid.html new file mode 100644 index 000000000..86dd40e12 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0319-novalid.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> +<head> + <base href="http://example.com/"/> + <meta charset=utf-8> + <title>Test 0319</title> +</head> +<body prefix="pr: relative/iri#" xmlns:xpr="relative/uri#"> + <p property="pr:prop xpr:prop">value</p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0320-novalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0320-novalid.html new file mode 100644 index 000000000..19816e4c8 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0320-novalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0320</title> +</head> +<body> + <div vocab="http://xmlns.com/foaf/0.1/" resource="http://example.com/gregg/#me" typeof="Person"> + <a property="homepage" href="http://example.com/gregg/" src="http://example.net/gregg"> + <span property="name">Gregg</span> + </a> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0321-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0321-isvalid.html new file mode 100644 index 000000000..f8d6066ff --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0321-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0321</title> +</head> +<body vocab="http://schema.org/"> + <div typeof="Person"> + <link property="rdfa:copy" resource="_:a"/> + </div> + <p resource="_:a" typeof="rdfa:Pattern">Name: <span property="name">Amanda</span></p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0322-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0322-isvalid.html new file mode 100644 index 000000000..ec2126ea7 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0322-isvalid.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0322</title> +</head> +<body vocab="http://schema.org/"> + <div typeof="Person"> + <p>My name is <span property="name">Gregg</span></p> + <link property="rdfa:copy" resource="_:surname"/> + </div> + <p resource="_:surname" typeof="rdfa:Pattern">My name is <span property="name">Kellogg</span></p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0323-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0323-isvalid.html new file mode 100644 index 000000000..3e40723b2 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0323-isvalid.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0323</title> +</head> +<body> + <div typeof="schema:Person"> + <link property="rdfa:copy" resource="_:a"/> + </div> + <div typeof="foaf:Person"> + <link property="rdfa:copy" resource="_:a"/> + </div> + <p resource="_:a" typeof="rdfa:Pattern">Name: <span property="schema:name foaf:name">Amanda</span></p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0324-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0324-isvalid.html new file mode 100644 index 000000000..4c05270fd --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0324-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0324</title> +</head> +<body> + <div typeof="schema:Person"> + <link property="rdfa:copy" resource="_:a"/> + <link property="rdfa:copy" resource="_:b"/> + </div> + <p resource="_:a" typeof="rdfa:Pattern">Name: <span property="schema:name">Amanda</span></p> + <p resource="_:b" typeof="rdfa:Pattern"><span property="schema:band">Jazz Band</span></p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0325-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0325-isvalid.html new file mode 100644 index 000000000..004ba8005 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0325-isvalid.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> + <base href="http://example.org/"/> + <meta charset=utf-8> + <title>Test 0325</title> +</head> +<body vocab="http://schema.org/"> + <div resource="#foo" typeof=""><link property="rdfa:copy" resource="_:a"/></div> + <div resource="#bar" typeof=""><link property="rdfa:copy" resource="_:a"/></div> + <div resource="_:a" typeof="rdfa:Pattern"> + <div property="schema:refers-to" typeof=""> + <span property="schema:name">Amanda</span> + </div> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0326-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0326-isvalid.html new file mode 100644 index 000000000..95ae06a7f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0326-isvalid.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> + <base href="http://example.com/"/> + <meta charset=utf-8> + <title>Test 0326</title> +</head> +<body vocab="http://schema.org/"> + <div resource="#referencing" typeof="Person"> + <link property="rdfa:copy" resource="#referenced"/> + </div> + <p resource="#referenced" typeof="rdfa:Pattern">Name: <span property="name">Bella</span></p> + <p resource="#unreferenced" typeof="rdfa:Pattern">Name: <span property="name">Lola</span></p> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0327-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0327-isvalid.html new file mode 100644 index 000000000..25f14e757 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0327-isvalid.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> +<head> + <base href="http://example.com/"/> + <meta charset=utf-8> + <title>Test 0327</title> +</head> +<body> + <div typeof="schema:Person"> + <link property="rdfa:copy" resource="_:a"/> + <link property="rdfa:copy" resource="_:b"/> + </div> + <p resource="_:a" typeof="rdfa:Pattern">Name: <span property="schema:name">Amanda</span></p> + <div resource="_:b" typeof="rdfa:Pattern"> + <div property="schema:band" typeof=" schema:MusicGroup"> + <link property="rdfa:copy" resource="_:c"/> + </div> + </div> + <div resource="_:c" typeof="rdfa:Pattern"> + <p>Band: <span property="schema:name">Jazz Band</span></p> + <p>Size: <span property="schema:size">12</span> players</p> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0328-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0328-isvalid.html new file mode 100644 index 000000000..11fdf077b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0328-isvalid.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset=utf-8> + <title>Test 0328</title> +</head> +<body> + <p>The value of @content has a higher priority than the content of the element</p> + <time property="rdf:value" content="this should be the value">2012-03-18</time> +</body> + +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0329-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0329-isvalid.html new file mode 100644 index 000000000..996183c84 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0329-isvalid.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html prefix="foaf: http://xmlns.com/foaf/0.1/"> +<head> + <meta charset=utf-8> + <title>Test 0329</title> +</head> +<body> + <div about="http://example.org/foaf#me" property="foaf:name"> + <span property="foaf:givenName">John</span> + <span property="foaf:familyName">Doe</span> + </div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0330-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0330-isvalid.html new file mode 100644 index 000000000..2ce3e07ed --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0330-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html prefix="dcterms: http://purl.org/dc/terms/ xsd: http://www.w3.org/2001/XMLSchema#"> +<head> + <meta charset=utf-8> + <title>Test 0330</title> +</head> +<body lang="en"> + <div property="dc:date" datatype="xsd:date">2010-11-12</div> +</body> +</html> diff --git a/testing/web-platform/tests/conformance-checkers/html-rdfa/0331-isvalid.html b/testing/web-platform/tests/conformance-checkers/html-rdfa/0331-isvalid.html new file mode 100644 index 000000000..f54979398 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html-rdfa/0331-isvalid.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html prefix="dcterms: http://purl.org/dc/terms/"> +<head> + <meta charset=utf-8> + <title>Test 0331</title> +</head> +<body lang="en"> + <div property="dcterms:language" datatype="dcterms:RFC5646" content="af">Afrikaans</div> +</body> +</html> |