validator/share/templates/en_US error_messages.cfg,1.6,1.7

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

Modified Files:
	error_messages.cfg 
Log Message:
second (and last) batch of error message explanations by Scott Bigham (from http://validator.w3.org/docs/errors.html) that were not yet included here

Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- error_messages.cfg	17 Feb 2005 12:02:52 -0000	1.6
+++ error_messages.cfg	18 Feb 2005 02:56:04 -0000	1.7
@@ -513,8 +513,13 @@
   verbose <<.EOF.  
   <div class="ve mid-105">
     <p>
-      Check for stray quotes or incomplete attribute definitions.
-    </p>  
+      An attribute name (and some attribute values) must start with one of
+      a restricted set of characters. This error usually indicates that
+        you have failed to add a closing quotation mark on a previous
+        attribute value (so the attribute value looks like the start of a
+        new attribute) or have used an attribute that is not defined
+        (usually a typo in a common attribute name).
+    </p>
   </div>
 .EOF.
 </msg>
@@ -584,6 +589,15 @@
 </msg>
 <msg 112>
   original = "duplicate specification of attribute %1"
+  verbose <<.EOF.
+  <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
+            "<code class="inline">img</code>" tag.
+    </p>
+  </div>
+.EOF.  
 </msg>
 <msg 113>
   original = "duplicate definition of attribute %1"

Received on Friday, 18 February 2005 02:56:07 UTC