validator/htdocs/dev/tests index.html,1.84,1.85 texthtml_unknownparsemode.html.utf8,1.1,1.2

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

Modified Files:
	index.html texthtml_unknownparsemode.html.utf8 
Log Message:
There are two warnings for "unknown parse mode". Obsoleting W08 
and merging with W06, as per discussion around:
http://lists.w3.org/Archives/Public/www-validator/2007Jul/0168.html


Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/index.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- index.html	16 Aug 2007 06:24:14 -0000	1.84
+++ index.html	3 Sep 2007 06:57:40 -0000	1.85
@@ -271,6 +271,13 @@
     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>

Index: texthtml_unknownparsemode.html.utf8
===================================================================
RCS file: /sources/public/validator/htdocs/dev/tests/texthtml_unknownparsemode.html.utf8,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- texthtml_unknownparsemode.html.utf8	16 Mar 2006 01:05:06 -0000	1.1
+++ texthtml_unknownparsemode.html.utf8	3 Sep 2007 06:57:40 -0000	1.2
@@ -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>

Received on Monday, 3 September 2007 06:57:51 UTC