diff options
author | ot <ot@localhost> | 2005-05-25 03:28:45 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-05-25 03:28:45 +0000 |
commit | 472f4cac17a731a24469e8598b88a083fa03b7ea (patch) | |
tree | baa4a1a6c30a7ec9f903e5e921e2df17c2901693 | |
parent | 67eed86afe7b55ba93973aea45624c0fbd7b7066 (diff) | |
download | markup-validator-472f4cac17a731a24469e8598b88a083fa03b7ea.zip markup-validator-472f4cac17a731a24469e8598b88a083fa03b7ea.tar.gz markup-validator-472f4cac17a731a24469e8598b88a083fa03b7ea.tar.bz2 |
adding HTML 2.0 samples, plus fixing a typo
-rw-r--r-- | htdocs/dev/tests/html20-strict.html | 16 | ||||
-rw-r--r-- | htdocs/dev/tests/html20.html | 7 | ||||
-rwxr-xr-x | htdocs/dev/tests/index.html | 18 |
3 files changed, 38 insertions, 3 deletions
diff --git a/htdocs/dev/tests/html20-strict.html b/htdocs/dev/tests/html20-strict.html new file mode 100644 index 0000000..6bbfa55 --- /dev/null +++ b/htdocs/dev/tests/html20-strict.html @@ -0,0 +1,16 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 Strict//EN">
+<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+
+<title>HTML 2.0 Strict sample</title>
+<h1>HTML 2.0 Strict sample</h1>
+
+<p>A very simple HTML 2.0 Strict document, snatched from Frank Ellermann.</p>
+
+<p>Please note that there is no explicit
+<tt><html></tt>, no
+<!-- one ---- two -->
+<tt><head></tt>, and no
+<!-- test-- -- SGML -->
+<tt><body></tt>, but the
+<tt><title></tt> is required.
+
diff --git a/htdocs/dev/tests/html20.html b/htdocs/dev/tests/html20.html new file mode 100644 index 0000000..b767a39 --- /dev/null +++ b/htdocs/dev/tests/html20.html @@ -0,0 +1,7 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+
+<title>HTML 2.0 sample</title>
+
+<p>A very basic HTML 2.0 document
+
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html index a8aa7ae..8c794aa 100755 --- a/htdocs/dev/tests/index.html +++ b/htdocs/dev/tests/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.51 2005-05-10 05:30:31 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-05-10 05:30:31 $" +<!--#set var="revision" value="\$Id: index.html,v 1.52 2005-05-25 03:28:45 ot Exp $" +--><!--#set var="date" value="\$Date: 2005-05-25 03:28:45 $" --><!--#set var="title" value="The W3C Markup Validation Service: Tests" --><!--#set var="relroot" value="../../" --><!--#include virtual="../../header.html" --> @@ -36,6 +36,18 @@ <ul> <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20.html;ss">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20.html;ss">with v.w.o</a> - + <a href="html20.html">view</a>: + HTML 2.0 + </li> + <li> + <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20-strict.html;ss">validate</a> - + <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html20-strict.html;ss">with v.w.o</a> - + <a href="html20-strict.html">view</a>: + HTML 2.0 Strict + </li> + <li> <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html40-strict.html;ss">validate</a> - <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/html40-strict.html;ss">with v.w.o</a> - <a href="html40-strict.html">view</a>: @@ -287,7 +299,7 @@ All these documents should validate, without "pretty print" for the document typ 404 not found </li> <li> - <a href="../../check?uri=http://www.w3.org/bogus;no200=1">validate</a> - + <a href="../../check?uri=http://www.w3.org/bogus;No200=1">validate</a> - <a href="http://validator.w3.org/check?uri=http://www.w3.org/bogus;no200=1">with v.w.o</a> - 404 not found, with "validate error pages" ON </li> |