validator/htdocs/docs errors.html,1.41,1.42

Update of /sources/public/validator/htdocs/docs
In directory hutz:/tmp/cvs-serv6345/htdocs/docs

Modified Files:
	errors.html 
Log Message:
syncing with share/templates/en_US/error_messages.cfg

Index: errors.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/errors.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- errors.html	11 Jun 2007 11:27:48 -0000	1.41
+++ errors.html	7 Aug 2007 23:27:07 -0000	1.42
@@ -372,8 +372,8 @@
         <dt id="ve-112">112: duplicate specification of attribute X</dt>
         <dd><div class="ve mid-112">
     <p>
-            You have specified an attribute more than once. For instance, you have
-            used the "<code class="inline">height</code>" attribute twice on the same
+            You have specified an attribute more than once. Example: Using 
+            the "<code class="inline">height</code>" attribute twice on the same
             "<code class="inline">img</code>" tag.
     </p>
   </div>
@@ -608,6 +608,19 @@
 	</p>
 	</dd>  
       
+        <dt id="ve-187">187: no document type declaration; will parse without validation</dt>
+        <dd><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="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>
+	<p>
+	  <a href="../feedback.html?errmsg_id=187#errormsg"
+	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
+	</p>
+	</dd>  
+      
         <dt id="ve-247">247: NET-enabling start-tag requires SHORTTAG YES</dt>
         <dd><div class="ve mid-247">
     <p>
@@ -1733,12 +1746,6 @@
 	</p>
 	</li>
       
-        <li id="ve-187"><p>187: no document type declaration; will parse without validation
-	  <a href="../feedback.html?errmsg_id=187#errormsg"
-	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
-	</p>
-	</li>
-      
         <li id="ve-188"><p>188: no internal or external document type declaration subset; will parse without validation
 	  <a href="../feedback.html?errmsg_id=188#errormsg"
 	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>

Received on Tuesday, 7 August 2007 23:27:12 UTC