diff options
author | ot <ot@localhost> | 2007-09-03 06:57:42 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-09-03 06:57:42 +0000 |
commit | dc06a69719467236ef79b22f29d07c7b9794dfcf (patch) | |
tree | 131ae675a4c791816ab690b796c0b410e2cd0c07 /htdocs/dev | |
parent | 456fb6ff31dc979473c8ed088430c30ac1b95cb0 (diff) | |
download | markup-validator-dc06a69719467236ef79b22f29d07c7b9794dfcf.zip markup-validator-dc06a69719467236ef79b22f29d07c7b9794dfcf.tar.gz markup-validator-dc06a69719467236ef79b22f29d07c7b9794dfcf.tar.bz2 |
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
Diffstat (limited to 'htdocs/dev')
-rwxr-xr-x | htdocs/dev/tests/index.html | 11 | ||||
-rw-r--r-- | htdocs/dev/tests/texthtml_unknownparsemode.html.utf8 | 12 |
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> |