diff options
author | ot <ot@localhost> | 2005-06-21 05:56:12 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-06-21 05:56:12 +0000 |
commit | e700094211f185dee847dfc48779ddca7f1fa176 (patch) | |
tree | ef07a38ffeee4961b6fe57e8e9ce50b775ea16fa /htdocs/docs/errors.html | |
parent | e83b98c9f076abb61294d2f9833a3953ebb3d834 (diff) | |
download | markup-validator-e700094211f185dee847dfc48779ddca7f1fa176.zip markup-validator-e700094211f185dee847dfc48779ddca7f1fa176.tar.gz markup-validator-e700094211f185dee847dfc48779ddca7f1fa176.tar.bz2 |
making up to date with explanations database
Diffstat (limited to 'htdocs/docs/errors.html')
-rwxr-xr-x | htdocs/docs/errors.html | 32 |
1 files changed, 21 insertions, 11 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index d25217d..0622289 100755 --- a/htdocs/docs/errors.html +++ b/htdocs/docs/errors.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: errors.html,v 1.31 2005-03-31 21:31:16 ot Exp $" ---><!--#set var="date" value="\$Date: 2005-03-31 21:31:16 $" +<!--#set var="revision" value="\$Id: errors.html,v 1.32 2005-06-21 05:56:12 ot Exp $" +--><!--#set var="date" value="\$Date: 2005-06-21 05:56:12 $" --><!--#set var="title" value="Error Explanations for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -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> + |