summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
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>