validator/htdocs/docs errors.html,1.31,1.32

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

Modified Files:
	errors.html 
Log Message:
making up to date with explanations database

Index: errors.html
===================================================================
RCS file: /sources/public/validator/htdocs/docs/errors.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- errors.html	31 Mar 2005 21:31:16 -0000	1.31
+++ errors.html	21 Jun 2005 05:56:12 -0000	1.32
@@ -203,9 +203,11 @@
       <p><em>...</em></p>  
     </p>
     <p>
-      Another possibility is that you used an element (e.g. 'ul') which requires
-      a child element (e.g. 'li') that you did not include. Hence the parent element
-      is "not finished", not complete.
+      Another possibility is that you used an element which requires
+      a child element that you did not include. Hence the parent element
+      is "not finished", not complete. For instance, &lt;head&gt; generally
+      requires a &lt;title&gt;, lists (ul, ol, dl) require list items (li, 
+      or dt, dd), and so on. 
     </p>
   </div>
 	<p>
@@ -728,6 +730,19 @@
 	</p>
 	</dd>  
       
+        <dt id="ve-407">407: NET-enabling start-tag not immediately followed by null end-tag</dt>
+        <dd><div class="ve mid-407">
+    <p>
+      This error may occur when there is a mistake in how a self-closing tag is closed, e.g '.../ &gt;'.
+      The proper syntax is '... /&gt;' (note the position of the space).
+    </p>
+  </div>
+	<p>
+	  <a href="../feedback.html?errmsg_id=407#errormsg"
+	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
+	</p>
+	</dd>  
+      
         <dt id="ve-410">410: reference to non-SGML character</dt>
         <dd><div class="ve mid-410">
     <p>
@@ -2938,12 +2953,6 @@
 	</p>
 	</li>
       
-        <li id="ve-407"><p>407: NET-enabling start-tag not immediately followed by null end-tag
-	  <a href="../feedback.html?errmsg_id=407#errormsg"
-	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
-	</p>
-	</li>
-      
         <li id="ve-408"><p>408: entity end in different element from entity reference
 	  <a href="../feedback.html?errmsg_id=408#errormsg"
 	  title="Suggest improvements on this error message through our feedback channels">&#x2709;</a>
@@ -3183,3 +3192,4 @@
 <!--#include virtual="../footer.html" -->
   </body>
 </html>
+

Received on Tuesday, 21 June 2005 05:56:17 UTC