validator/htdocs/dev/tests bogus-fpi2.html,1.2,1.3 index.html,1.112,1.113

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

Modified Files:
	bogus-fpi2.html index.html 
Log Message:
Fix unknown FPI tests.

Index: bogus-fpi2.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/bogus-fpi2.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bogus-fpi2.html	21 Jul 2004 15:07:05 -0000	1.2
+++ bogus-fpi2.html	4 Mar 2010 16:59:00 -0000	1.3
@@ -1,4 +1,5 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN"
+  "http://www.w3.org/TR/html4/strict.dtd">
 <html>
   <head>
     <title>test document with a bogus FPI</title>
@@ -11,4 +12,3 @@
     <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.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- index.html	4 Mar 2010 15:50:30 -0000	1.112
+++ index.html	4 Mar 2010 16:59:00 -0000	1.113
@@ -840,7 +840,7 @@
     
  
 
-<h4 id="invalid_bug">Documents that are invalid, which the validator passes as OK</h4>
+<h4 id="invalid_bug">Documents that have an invalid/unknown FPI, which should get public/system identifier mismatch warnings (W26)</h4>
 <p></p>
  
     <h5>bogus FPI #2: HTML 4.01 &#34;Strict&#34;</h5>

Received on Thursday, 4 March 2010 16:59:04 UTC