- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Jun 2005 05:56:14 +0000
- To: www-validator-cvs@w3.org
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, <head> generally
+ requires a <title>, 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 '.../ >'.
+ The proper syntax is '... />' (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">✉</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">✉</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">✉</a>
@@ -3183,3 +3192,4 @@
<!--#include virtual="../footer.html" -->
</body>
</html>
+
Received on Tuesday, 21 June 2005 05:56:17 UTC