validator/share/templates/en_US error_messages.cfg,1.26,1.27 warnings.tmpl,1.24,1.25

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv10551

Modified Files:
	error_messages.cfg warnings.tmpl 
Log Message:
amended/new wording for doctypeless sgml documents that don't look like html

Index: warnings.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/warnings.tmpl,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- warnings.tmpl	21 Jun 2007 19:33:50 -0000	1.24
+++ warnings.tmpl	26 Jun 2007 09:09:43 -0000	1.25
@@ -247,11 +247,11 @@
       your document is not using a DOCTYPE Declaration.
     </p>
     <p>
-      Without a DOCTYPE Declaration it is not possible to check the validity of your document. Since the document does not start with the root &lt;html&gt; element, the validator would not attempt validation on a fall back HTML document type, and  aborted the validation process.
+      Without a DOCTYPE Declaration it is not possible to check the validity of your document. Since the document does not start with the root &lt;html&gt; element, automatic fallback to an HTML document type was not performed, and most of the validation process was aborted: only basic markup syntax was checked.
     </p>
     <p>Learn <a href="docs/help.html#faq-doctype">how to add a doctype to your document</a> 
     from our <acronym title="Frequently Asked Questions">FAQ</acronym>, or use the validator's
-    option to validate your XML document against a specific Document Type</p>
+    <code>Document Type</code> option to validate your document against a specific Document Type.</p>
   </li>
 </TMPL_IF>
 <TMPL_IF NAME="W09xml">

Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- error_messages.cfg	11 Jun 2007 18:33:57 -0000	1.26
+++ error_messages.cfg	26 Jun 2007 09:09:43 -0000	1.27
@@ -1002,6 +1002,14 @@
 </msg>
 <msg 187>
   original = "no document type declaration; will parse without validation"
+  verbose <<.EOF.
+  <div class="ve mid-187">
+    <p>The document type could not be determined, because the document had no correct DOCTYPE declaration. The document does not look like HTML, therefore automatic fallback could not be performed, and the document was only checked against basic markup syntax.</p>
+    <p>Learn <a href="docs/help.html#faq-doctype">how to add a doctype to your document</a> 
+    from our <acronym title="Frequently Asked Questions">FAQ</acronym>, or use the validator's
+    <code>Document Type</code> option to validate your document against a specific Document Type.</p>
+  </div>
+.EOF.
 </msg>
 <msg 188>
   original = "no internal or external document type declaration subset; will parse without validation"

Received on Tuesday, 26 June 2007 09:09:50 UTC