summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
authorot <ot@localhost>2008-02-12 05:54:07 +0000
committerot <ot@localhost>2008-02-12 05:54:07 +0000
commit8c110552027803b8b60c2be46a77674ac95d6d19 (patch)
tree746b644a6127754b48e77d853c4467d2fb10c7d6 /htdocs/dev/tests
parentebef25ebd739a22044fc31719b3dd35674952e03 (diff)
downloadmarkup-validator-8c110552027803b8b60c2be46a77674ac95d6d19.zip
markup-validator-8c110552027803b8b60c2be46a77674ac95d6d19.tar.gz
markup-validator-8c110552027803b8b60c2be46a77674ac95d6d19.tar.bz2
test with doctype FPI different than the standard one
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-xhtdocs/dev/tests/html401_doctypecase.html18
1 files changed, 4 insertions, 14 deletions
diff --git a/htdocs/dev/tests/html401_doctypecase.html b/htdocs/dev/tests/html401_doctypecase.html
index 23e746f..9b72f23 100755
--- a/htdocs/dev/tests/html401_doctypecase.html
+++ b/htdocs/dev/tests/html401_doctypecase.html
@@ -3,29 +3,19 @@
<html>
<head>
- <title>test HTML 4.0 Strict document</title>
+ <title>test HTML 4.01 Strict document</title>
<link rev="made" href="mailto:gerald@w3.org">
<meta name="revision"
- content="$Id: html401_doctypecase.html,v 1.1 2008-02-12 05:52:42 ot Exp $">
+ content="$Id: html401_doctypecase.html,v 1.2 2008-02-12 05:54:07 ot Exp $">
</head>
<body>
<p>
-This is a test HTML 4.0 Strict document.
+This is a test HTML 4.01 Strict document, with an oddly-case FPI in its doctype:
+<code>DOCTYPE html PUBLIC "-//W3C//DTD HtmL 4.01//EN"</code>
</p>
-<p>
-See: <a href="./">W3C HTML Validation Service: Tests</a>
-</p>
-
-<hr>
-
-<address>
- <a href="http://validator.w3.org/check/referer">valid HTML</a><br>
- <a href="../../feedback.html">Gerald Oskoboiny</A><br>
- $Date: 2008-02-12 05:52:42 $
-</address>
</body>