diff options
author | ot <ot@localhost> | 2008-02-04 03:18:54 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2008-02-04 03:18:54 +0000 |
commit | 43f77809016e4dcce444bf356dea955ded48c42a (patch) | |
tree | 1017b2aa4fea2986f3fa2517efaa61075f372f60 /htdocs/dev/tests/xhtml1-appc-emptycontent.html | |
parent | 59ea2ac9b457714bf66a61778df76359b641c56c (diff) | |
download | markup-validator-43f77809016e4dcce444bf356dea955ded48c42a.zip markup-validator-43f77809016e4dcce444bf356dea955ded48c42a.tar.gz markup-validator-43f77809016e4dcce444bf356dea955ded48c42a.tar.bz2 |
adding a few tests for XHTML 1.0 appendix C
Diffstat (limited to 'htdocs/dev/tests/xhtml1-appc-emptycontent.html')
-rwxr-xr-x | htdocs/dev/tests/xhtml1-appc-emptycontent.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/htdocs/dev/tests/xhtml1-appc-emptycontent.html b/htdocs/dev/tests/xhtml1-appc-emptycontent.html new file mode 100755 index 0000000..f8da1c5 --- /dev/null +++ b/htdocs/dev/tests/xhtml1-appc-emptycontent.html @@ -0,0 +1,23 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<?xml-stylesheet href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" type="text/css"?> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> + +<head> + <title>test XHTML 1.0 Strict document</title> + <link rev="made" href="mailto:gerald@w3.org" /> + <meta name="revision" + content="$Id: xhtml1-appc-emptycontent.html,v 1.1 2008-02-04 03:18:54 ot Exp $" /> +</head> + +<body> + +<p> +This is a test XHTML 1.0 Strict document. +Per <a href="http://www.w3.org/TR/xhtml1/#C_3" title="XHTML 1.0: The Extensible HyperText Markup Language (Second Edition)">XHTML1 spec, appendix C3 non-empty-type elements should not be using the minimized syntax.</a> +The following is thus not allowed per the HTML compatibility Guidelines: </p> <p /> + +</body> + +</html> + |