summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/dev/tests')
-rwxr-xr-xhtdocs/dev/tests/index.html11
-rw-r--r--htdocs/dev/tests/texthtml_unknownparsemode.html.utf812
2 files changed, 12 insertions, 11 deletions
diff --git a/htdocs/dev/tests/index.html b/htdocs/dev/tests/index.html
index 67584c9..7b0818d 100755
--- a/htdocs/dev/tests/index.html
+++ b/htdocs/dev/tests/index.html
@@ -1,5 +1,5 @@
-<!--#set var="revision" value="\$Id: index.html,v 1.84 2007-08-16 06:24:14 ot Exp $"
---><!--#set var="date" value="\$Date: 2007-08-16 06:24:14 $"
+<!--#set var="revision" value="\$Id: index.html,v 1.85 2007-09-03 06:57:40 ot Exp $"
+--><!--#set var="date" value="\$Date: 2007-09-03 06:57:40 $"
--><!--#set var="title" value="The W3C Markup Validation Service: Tests"
--><!--#set var="relroot" value="../../"
--><!--#include virtual="../../header.html" -->
@@ -271,6 +271,13 @@ All these documents should validate, without "pretty print" for the document typ
HTML 4.01 Document with Ampersand as data <br />
(OK in SGML, not XML :see <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=798">Bug798: Ampersand as data in XHTML</a>)
</li>
+ <li>
+ <a href="../../check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_unknownparsemode.html;ss">validate</a> -
+ <a href="http://validator.w3.org/check?uri=http://qa-dev.w3.org/wmvs/HEAD/dev/tests/texthtml_unknownparsemode.html;ss">with v.w.o</a> -
+ <a href="texthtml_unknownparsemode.html">view</a>:
+ document served as <code>text/html</code>, using a custom DTD and for which parse mode is impossible to determine via generic heuristics (triggers warning W06)
+ </li>
+
</ul>
<h4 id="wrong_mime">Valid Documents served with a wrong media type</h4>
diff --git a/htdocs/dev/tests/texthtml_unknownparsemode.html.utf8 b/htdocs/dev/tests/texthtml_unknownparsemode.html.utf8
index d7c0bee..def9b85 100644
--- a/htdocs/dev/tests/texthtml_unknownparsemode.html.utf8
+++ b/htdocs/dev/tests/texthtml_unknownparsemode.html.utf8
@@ -8,23 +8,17 @@
-->
<html>
<head>
-<title>test for text/html Document using Custom DTD, unknown parse mode - W08</title>
+<title>test for text/html Document using Custom DTD, unknown parse mode - W06</title>
</head>
<body lang="en">
-<p>This test document corresponds to validator warning W08:
+<p>This test document corresponds to validator warning W06:
<code>
-Unknown Parse Mode!
+Unable to Determine Parse Mode
</code>
</p>
-<p>This document is a subset of the <a href="http://www.w3.org/Style/">W3C Style</a>
-homepage, using <a href="http://www.w3.org/Style/customdtd">Custom DTD</a>
-allowing <blink>The nonstandard blink element</blink>.
-</p>
-
-<p>It is valid against that particular DTD</p>
</body>
</html>