validator/htdocs/dev/tests bogus-fpi2.html,1.1,1.2 index.html,1.45,1.46

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

Modified Files:
	index.html 
Added Files:
	bogus-fpi2.html 
Log Message:
Merging from branch validator-0_6_0-branch, at tag validator-0_6_7-pre2.
(0.6.7 is missing relnotes and other minor tweaks)


--- 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.2 2004/07/21 15:07:05 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>


Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- index.html	9 May 2004 15:56:50 -0000	1.45
+++ index.html	21 Jul 2004 15:07:05 -0000	1.46
@@ -89,12 +89,13 @@
 	<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>
 	<li><a href="../../check?uri=http://www.w3.org/2001/01/xml-latin1.html;ss;sp;noatt">us-ascii xml document with a latin1 character</a> (should be invalid)</li>
 	<li><a href="../../check?uri=http://validator.w3.org/dev/tests/no-newlines.html;ss;sp;noatt">no newlines</a></li>
-	<li><a href="../../check?uri=file%3A///etc/passwd">a file: URI</a></li>
+	<li><a href="../../check?uri=file%3A///etc/passwd">a file: URL</a></li>
 	<li><a href="../../check?uri=http://validator.w3.org/dev/tests/nonSGML-chars.html">Non-SGML Chars.</a></li>
 	<li><a href="../../check?uri=http://validator.w3.org/dev/tests/shorttags.html">SHORTTAGS and -wunclosed..</a></li>
         <li><a href="../../check?uri=http://www.w3.org/1999/09/SVG-access/computer.svg">image/svg</a></li>

Received on Wednesday, 21 July 2004 11:08:25 UTC