- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Feb 2008 05:54:09 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv21603
Modified Files:
html401_doctypecase.html
Log Message:
test with doctype FPI different than the standard one
Index: html401_doctypecase.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/html401_doctypecase.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- html401_doctypecase.html 12 Feb 2008 05:52:42 -0000 1.1
+++ html401_doctypecase.html 12 Feb 2008 05:54:07 -0000 1.2
@@ -3,7 +3,7 @@
<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$">
@@ -12,20 +12,10 @@
<body>
<p>
-This is a test HTML 4.0 Strict document.
-</p>
-
-<p>
-See: <a href="./">W3C HTML Validation Service: Tests</a>
+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>
-<hr>
-
-<address>
- <a href="http://validator.w3.org/check/referer">valid HTML</a><br>
- <a href="../../feedback.html">Gerald Oskoboiny</A><br>
- $Date$
-</address>
</body>
Received on Tuesday, 12 February 2008 05:54:22 UTC