validator/htdocs/dev/tests html20-strict.html,NONE,1.1 html20.html,NONE,1.1 index.html,1.51,1.52

Update of /sources/public/validator/htdocs/dev/tests
In directory hutz:/tmp/cvs-serv7553

Modified Files:
	index.html 
Added Files:
	html20-strict.html html20.html 
Log Message:
adding HTML 2.0 samples, plus fixing a typo

--- NEW FILE: html20-strict.html ---
<!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>&lt;html&gt;</tt>, no
<!-- one ---- two -->
<tt>&lt;head&gt;</tt>, and no
<!-- test-- -- SGML -->
<tt>&lt;body&gt;</tt>, but the
<tt>&lt;title&gt;</tt> is required.


--- NEW FILE: html20.html ---
<!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


Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- index.html	10 May 2005 05:30:31 -0000	1.51
+++ index.html	25 May 2005 03:28:45 -0000	1.52
@@ -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 @@
 	  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>

Received on Wednesday, 25 May 2005 03:28:51 UTC