- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Mar 2005 20:40:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv7364
Modified Files:
error_messages.cfg
Log Message:
hardcoding the fallback DTD does not sound like such a good idea, esp. since the user may have chosen another one than our default
Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- error_messages.cfg 18 Feb 2005 02:56:04 -0000 1.7
+++ error_messages.cfg 1 Mar 2005 20:40:21 -0000 1.8
@@ -1509,7 +1509,7 @@
<div class="ve mid-344">
<p>
The checked page did not contain a document type ("DOCTYPE") declaration.
- The Validator has tried to validate with the HTML 4.01 Transitional DTD,
+ The Validator has tried to validate with a fallback DTD,
but this is quite likely to be incorrect and will generate a large number
of incorrect error messages. It is highly recommended that you insert the
proper DOCTYPE declaration in your document -- instructions for doing this
Received on Tuesday, 1 March 2005 20:40:24 UTC