- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 19 Jul 2005 06:16:47 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv10197
Modified Files:
warnings.tmpl
Log Message:
Fixing wording for custom DTD and text/html, ambiguous parse mode.
See http://lists.w3.org/Archives/Public/www-validator/2005Jul/0059.html and thread.
Index: warnings.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/warnings.tmpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- warnings.tmpl 17 May 2005 00:46:03 -0000 1.14
+++ warnings.tmpl 19 Jul 2005 06:16:45 -0000 1.15
@@ -146,15 +146,15 @@
</dd>
</TMPL_IF>
<TMPL_IF NAME="W08">
- <dt id="W08">Unknown Document Type and Parse Mode!</dt>
+ <dt id="W08">Unknown Parse Mode!</dt>
<dd>
<p>
The MIME Media Type
(<code><TMPL_VAR NAME="W08_mime" ESCAPE="HTML"></code>) for this
- document is used to serve both SGML and XML based documents, and no
- <code>DOCTYPE</code> Declaration was found to disambiguate it. Parsing
- will continue in SGML mode and with a fallback
- <code>DOCTYPE</code> similar to HTML 4.01 Transitional.
+ document is used to serve both SGML and XML based documents,
+ and it is not possible to disambiguate it
+ based on the <code>DOCTYPE</code> Declaration in your document. Parsing
+ will continue in SGML mode.
</p>
</dd>
</TMPL_IF>
Received on Tuesday, 19 July 2005 06:16:53 UTC