validator/htdocs/dev/tests bogus-fpi2.html,NONE,1.1.2.1 index.html,1.42.2.4,1.42.2.5

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

Modified Files:
      Tag: validator-0_6_0-branch
	index.html 
Added Files:
      Tag: validator-0_6_0-branch
	bogus-fpi2.html 
Log Message:
Adding another test case for a bogus FPI.


Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.42.2.4
retrieving revision 1.42.2.5
diff -u -d -r1.42.2.4 -r1.42.2.5
--- index.html	24 Jul 2003 16:14:56 -0000	1.42.2.4
+++ index.html	17 May 2004 04:31:04 -0000	1.42.2.5
@@ -89,6 +89,7 @@
 	<li><a href="../../check?uri=http://validator.w3.org:8000/">httpd on a non-standard port</a></li>
 	<li><a href="../../check?uri=http://validator.w3.org/dev/tests/xhtml1-missing-doctype-and-xmlns.html;ss">XHTML, no DOCTYPE, no xmlns</a> (invalid)</li>
 	<li><a href="../../check?uri=http://validator.w3.org/dev/tests/bogus-fpi.html;ss">bogus FPI</a></li>
+	<li><a href="../../check?uri=http://validator.w3.org/dev/tests/bogus-fpi2.html;ss">bogus FPI #2</a></li>
 	<li><a href="../../check?uri=http://validator.w3.org/dev/tests/xhtml1-blank-1st-line.html;ss">XHTML1, blank first line</a>
 	  (<a href="http://lists.w3.org/Archives/Public/www-validator/2000JanMar/0144.html">should be marked as invalid</a>)</li>
 	<li><a href="../../check?uri=http://validator.w3.org/dev/tests/xhtml1-bogus-element.html;ss">XHTML1, bogus element</a></li>

--- NEW FILE: bogus-fpi2.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
<html>
  <head>
    <title>test document with a bogus FPI</title>
    <meta name="revision"
      content="$Id: bogus-fpi2.html,v 1.1.2.1 2004/05/17 04:31:04 link Exp $"
    >
  </head>
  <body>
    <p>This is a test document with a bogus FPI.</p>
    <p>There is no "Strict" in the FPI for HTML 4.01 Strict.</p>
  </body>
</html>

Received on Monday, 17 May 2004 00:36:28 UTC