diff options
Diffstat (limited to 'testing/web-platform/tests/conformance-checkers/html-rdfa/0104-isvalid.html')
-rw-r--r-- | testing/web-platform/tests/conformance-checkers/html-rdfa/0104-isvalid.html | 16 |
1 files changed, 16 insertions, 0 deletions
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 0000000000..03e0dd192c --- /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> |