summaryrefslogtreecommitdiffstats
path: root/htdocs/dev
diff options
context:
space:
mode:
authorville <ville@localhost>2010-03-04 16:59:00 +0000
committerville <ville@localhost>2010-03-04 16:59:00 +0000
commit2d25c0883b462ecfb91ecd4ceae913a0c0134d3f (patch)
tree28bc6867158314b28b476897b374dc95573d68a5 /htdocs/dev
parente0f9e304712ef18145cdde229af78599c6cbf122 (diff)
downloadmarkup-validator-2d25c0883b462ecfb91ecd4ceae913a0c0134d3f.zip
markup-validator-2d25c0883b462ecfb91ecd4ceae913a0c0134d3f.tar.gz
markup-validator-2d25c0883b462ecfb91ecd4ceae913a0c0134d3f.tar.bz2
Fix unknown FPI tests.
Diffstat (limited to 'htdocs/dev')
-rwxr-xr-xhtdocs/dev/tests/bogus-fpi2.html6
-rwxr-xr-xhtdocs/dev/tests/index.html6
2 files changed, 6 insertions, 6 deletions
diff --git a/htdocs/dev/tests/bogus-fpi2.html b/htdocs/dev/tests/bogus-fpi2.html
index 9e0ab15..db2c8a3 100755
--- a/htdocs/dev/tests/bogus-fpi2.html
+++ b/htdocs/dev/tests/bogus-fpi2.html
@@ -1,9 +1,10 @@
-<!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>
<meta name="revision"
- content="$Id: bogus-fpi2.html,v 1.2 2004-07-21 15:07:05 link Exp $"
+ content="$Id: bogus-fpi2.html,v 1.3 2010-03-04 16:59:00 ville Exp $"
>
</head>
<body>
@@ -11,4 +12,3 @@
<p>There is no "Strict" in the FPI for HTML 4.01 Strict.</p>
</body>
</html>
-
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html
index 9f56b82..4f17596 100755
--- a/htdocs/dev/tests/index.html
+++ b/htdocs/dev/tests/index.html
@@ -1,6 +1,6 @@
-<!--#set var="revision" value="\$Id: index.html,v 1.112 2010-03-04 15:50:30 ville Exp $"
---><!--#set var="date" value="\$Date: 2010-03-04 15:50:30 $"
+<!--#set var="revision" value="\$Id: index.html,v 1.113 2010-03-04 16:59:00 ville Exp $"
+--><!--#set var="date" value="\$Date: 2010-03-04 16:59:00 $"
--><!--#set var="title" value="The W3C Markup Validation Service: Tests"
--><!--#set var="relroot" value="../../"
--><!--#include virtual="../../header.html" -->
@@ -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>