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

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

Modified Files:
	errors.html 
Log Message:
updated/additional messages [generated from error_messages.cfg]

Index: errors.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/errors.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- errors.html	7 Aug 2007 23:27:07 -0000	1.42
+++ errors.html	10 Oct 2007 07:07:54 -0000	1.43
@@ -206,7 +206,7 @@
         <dt id="ve-73">73: end tag for X which is not finished</dt>
         <dd><div class="ve mid-73">
     <p>
-      Most likely, You nested tags and closed them in the wrong order. For 
+      Most likely, you nested tags and closed them in the wrong order. For 
       example &lt;p&gt;&lt;em&gt;...&lt;/p&gt; is not acceptable, as &lt;em&gt;
       must be closed before &lt;p&gt;. Acceptable nesting is: 
       &lt;p&gt;&lt;em&gt;...&lt;/em&gt;&lt;/p&gt;  
@@ -261,7 +261,7 @@
     </p>
     <p>
       If this error occurred in a script section of your document, you should probably
-      read this <a href="help.html#faq-javascript">FAQ entry</a>.
+      read this <a href="http://validator.w3.org/docs/help.html#faq-javascript">FAQ entry</a>.
     </p>
   </div>
 	<p>
@@ -346,7 +346,7 @@
       check that they are both allowed in the chosen document type, and/or
       use CSS instead of this attribute. If you received this error when using the 
       &lt;embed&gt; element to incorporate flash media in a Web page, see the 
-      <a href="help.html#faq-flash">FAQ item on valid flash</a>.
+      <a href="http://validator.w3.org/docs/help.html#faq-flash">FAQ item on valid flash</a>.
     </p>
   </div>
 	<p>
@@ -611,7 +611,7 @@
         <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> 
+    <p>Learn <a href="http://validator.w3.org/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>
@@ -621,6 +621,21 @@
 	</p>
 	</dd>  
       
+        <dt id="ve-246">246: unclosed start-tag requires SHORTTAG YES</dt>
+        <dd><div class="ve mid-246">
+    <p>
+      The construct &lt;foo&lt;bar&gt; is valid in HTML (it is an example of the rather obscure “Shorttags” feature)
+      but <a href="http://www.w3.org/TR/html4/appendix/notes.html#h-B.3.7">its use is not recommended</a>.
+      In most cases, this is a typo that you will want to fix. If you really want to use shorttags, 
+      be aware that they are not well implemented by browsers.
+    </p>
+  </div>
+	<p>
+	  <a href="../feedback.html?errmsg_id=246#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>
@@ -638,6 +653,21 @@
 	</p>
 	</dd>  
       
+        <dt id="ve-248">248: unclosed end-tag requires SHORTTAG YES</dt>
+        <dd><div class="ve mid-248">
+    <p>
+      The construct &lt;/foo&lt;bar&gt; is valid in HTML (it is an example of the rather obscure “Shorttags” feature)
+      but <a href="http://www.w3.org/TR/html4/appendix/notes.html#h-B.3.7">its use is not recommended</a>.
+      In most cases, this is a typo that you will want to fix. If you really want to use shorttags, 
+      be aware that they are not well implemented by browsers.
+    </p>
+  </div>
+	<p>
+	  <a href="../feedback.html?errmsg_id=248#errormsg"
+	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
+	</p>
+	</dd>  
+      
         <dt id="ve-325">325: reference to entity X for which no system identifier could be generated</dt>
         <dd><div class="ve mid-325">
     <p>
@@ -652,6 +682,36 @@
 	</p>
 	</dd>  
       
+        <dt id="ve-333">333: empty start-tag</dt>
+        <dd><div class="ve mid-334">
+      <p>
+        The construct &lt;&gt; is sometimes valid in HTML (it is an example of the rather obscure “Shorttags” feature)
+        but <a href="http://www.w3.org/TR/html4/appendix/notes.html#h-B.3.7">its use is not recommended</a>.
+        In most cases, this is a typo that you will want to fix. If you really want to use shorttags, 
+        be aware that they are not well implemented by browsers.
+      </p>
+    </div>
+	<p>
+	  <a href="../feedback.html?errmsg_id=333#errormsg"
+	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
+	</p>
+	</dd>  
+      
+        <dt id="ve-334">334: empty end-tag</dt>
+        <dd><div class="ve mid-334">
+      <p>
+        The construct &lt;/&gt; is valid in HTML (it is an example of the rather obscure “Shorttags” feature)
+        but <a href="http://www.w3.org/TR/html4/appendix/notes.html#h-B.3.7">its use is not recommended</a>.
+        In most cases, this is a typo that you will want to fix. If you really want to use shorttags, 
+        be aware that they are not well implemented by browsers.
+      </p>
+    </div>
+	<p>
+	  <a href="../feedback.html?errmsg_id=334#errormsg"
+	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
+	</p>
+	</dd>  
+      
         <dt id="ve-338">338: cannot generate system identifier for general entity X</dt>
         <dd><div class="ve mid-338">
     <p>
@@ -2094,18 +2154,6 @@
 	</p>
 	</li>
       
-        <li id="ve-246"><p>246: unclosed start-tag requires SHORTTAG YES
-	  <a href="../feedback.html?errmsg_id=246#errormsg"
-	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
-	</p>
-	</li>
-      
-        <li id="ve-248"><p>248: unclosed end-tag requires SHORTTAG YES
-	  <a href="../feedback.html?errmsg_id=248#errormsg"
-	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
-	</p>
-	</li>
-      
         <li id="ve-249"><p>249: DTDs other than base allowed only if CONCUR YES or EXPLICIT YES
 	  <a href="../feedback.html?errmsg_id=249#errormsg"
 	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
@@ -2604,18 +2652,6 @@
 	</p>
 	</li>
       
-        <li id="ve-333"><p>333: empty start-tag
-	  <a href="../feedback.html?errmsg_id=333#errormsg"
-	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
-	</p>
-	</li>
-      
-        <li id="ve-334"><p>334: empty end-tag
-	  <a href="../feedback.html?errmsg_id=334#errormsg"
-	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
-	</p>
-	</li>
-      
         <li id="ve-335"><p>335: unused short reference map X
 	  <a href="../feedback.html?errmsg_id=335#errormsg"
 	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>

Received on Wednesday, 10 October 2007 07:08:07 UTC