diff options
Diffstat (limited to 'htdocs/docs/errors.html')
-rwxr-xr-x | htdocs/docs/errors.html | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index d931a7b..35f169e 100755 --- a/htdocs/docs/errors.html +++ b/htdocs/docs/errors.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: errors.html,v 1.23 2002-11-07 05:09:56 ot Exp $" ---><!--#set var="date" value="\$Date: 2002-11-07 05:09:56 $" +<!--#set var="revision" value="\$Id: errors.html,v 1.24 2002-11-07 05:12:28 ot Exp $" +--><!--#set var="date" value="\$Date: 2002-11-07 05:12:28 $" --><!--#set var="title" value="Error Explanations for The W3C MarkUp Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -14,143 +14,143 @@ <ul> <li><a href="#undef-id"> -“<code>ID ‘<var>FOO</var>’ already defined</code>” +“ID ‘<var>FOO</var>’ already defined” </a></li> <li><a href="#unterm-comment-1"> -“<code>entity end not allowed in comment</code>” +“entity end not allowed in comment” </a></li> <li><a href="#unterm-comment-2"> -“<code>name start character invalid: only s and comment allowed in comment declaration</code>” +“name start character invalid: only s and comment allowed in comment declaration” </a></li> <li><a href="#bad-comment"> -“<code>unknown declaration type ‘<var>FOO</var>’</code>” +“unknown declaration type ‘<var>FOO</var>’” </a></li> <li><a href="#attr-quoted"> -“<code>an attribute value must be a literal unless it contains only name characters</code>” +“an attribute value must be a literal unless it contains only name characters” </a></li> <li><a href="#attr-char"> -“<code>character `X' not allowed in attribute specification list</code>” +“character `X' not allowed in attribute specification list” </a></li> <li><a href="#name-length"> -“<code>length of attribute value must not exceed LITLEN less NORMSEP (1022)</code>” +“length of attribute value must not exceed LITLEN less NORMSEP (1022)” </a></li> <li><a href="#undef-tag"> -“<code>element ‘<var>FOO</var>’ undefined</code>” +“element ‘<var>FOO</var>’ undefined” </a></li> <li><a href="#not-allowed"> -“<code>document type does not allow element ‘<var>FOO</var>’ here</code>” +“document type does not allow element ‘<var>FOO</var>’ here” </a></li> <li><a href="#not-contained"> -“<code>document type does not allow element ‘<var>FOO</var>’ here; assuming missing ‘<var>BAR</var>’ start-tag</code>” +“document type does not allow element ‘<var>FOO</var>’ here; assuming missing ‘<var>BAR</var>’ start-tag” </a></li> <li><a href="#attr-undef"> -“<code>there is no attribute ‘<var>FOO</var>’ for this element (in this HTML version)</code>” +“there is no attribute ‘<var>FOO</var>’ for this element (in this HTML version)” </a></li> <li><a href="#undef-attr-val"> -“<code>‘<var>FOO</var>’ is not a member of the group specified in the declared value of this attribute</code>” +“‘<var>FOO</var>’ is not a member of the group specified in the declared value of this attribute” </a></li> <li><a href="#bad-attr-char"> -“<code>syntax of attribute value does not conform to declared value</code>” +“syntax of attribute value does not conform to declared value” </a></li> <li><a href="#attr-bad-name"> -“<code>value of attribute ‘<var>FOO</var>’ invalid: "#" cannot start a name</code>” +“value of attribute ‘<var>FOO</var>’ invalid: "#" cannot start a name” </a></li> <li><a href="#bad-abbrev-attr"> -“<code>‘<var>FOO</var>’ is not a member of a group specified for any attribute</code>” +“‘<var>FOO</var>’ is not a member of a group specified for any attribute” </a></li> <li><a href="#attr-missing"> -“<code>required attribute ‘<var>FOO</var>’ not specified</code>” +“required attribute ‘<var>FOO</var>’ not specified” </a></li> <li><a href="#no-end-tag"> -“<code>end tag for ‘<var>FOO</var>’ omitted, but its declaration does not permit this</code>” +“end tag for ‘<var>FOO</var>’ omitted, but its declaration does not permit this” </a></li> <li><a href="#floating-close"> -“<code>end tag for element ‘<var>FOO</var>’ which is not open</code>” +“end tag for element ‘<var>FOO</var>’ which is not open” </a></li> <li><a href="#omitted-content"> -“<code>end tag for ‘<var>FOO</var>’ which is not finished</code>” +“end tag for ‘<var>FOO</var>’ which is not finished” </a></li> <li><a href="#no-start-tag"> -“<code>start tag for ‘<var>FOO</var>’ omitted, but its declaration does not permit this</code>” +“start tag for ‘<var>FOO</var>’ omitted, but its declaration does not permit this” </a></li> <li><a href="#bad-entity"> -“<code>unknown entity ‘<var>FOO</var>’</code>” +“unknown entity ‘<var>FOO</var>’” </a></li> <li><a href="#bad-char"> -“<code>non SGML character number ###</code>” +“non SGML character number ###” </a></li> <li><a href="#unicode-char"> -“<code>`####' is not a valid character number</code>” +“`####' is not a valid character number” </a></li> <li><a href="#bad-pub-id"> -“<code>cannot generate system identifier for entity `HTML'</code>” +“cannot generate system identifier for entity `HTML'” </a></li> <li><a href="#missing-subel"> -“<code>missing a required sub-element of ‘<var>FOO</var>’</code>” +“missing a required sub-element of ‘<var>FOO</var>’” </a></li> <li><a href="#start-tag"> -“<code>start tag was here</code>” +“start tag was here” </a></li> <li><a href="#utf8-bom"> -“<code>UTF-8 'BOM' detected and removed</code>” +“UTF-8 'BOM' detected and removed” </a></li> <li><a href="#text-not-allowed"> -“<code> text is not allowed here; try wrapping the text in a more descriptive container</code>” +“ text is not allowed here; try wrapping the text in a more descriptive container” </a></li> <li><a href="#unkn-att-val"> -“<code> value of attribute ‘<var>FOO</var>’ cannot be ‘<var>BAR</var>’; must be one of ‘<var>FOO</var>’, ‘<var>BAR</var>’, ‘<var>BAZ</var>’</code>” +“ value of attribute ‘<var>FOO</var>’ cannot be ‘<var>BAR</var>’; must be one of ‘<var>FOO</var>’, ‘<var>BAR</var>’, ‘<var>BAZ</var>’” </a></li> <li><a href="#no-attr-end"> -“<code>character ‘<var>FOO</var>’ not allowed in attribute specification list possibly caused by a missing quotation mark ending a previous attribute value</code>” +“character ‘<var>FOO</var>’ not allowed in attribute specification list possibly caused by a missing quotation mark ending a previous attribute value” </a></li> <li><a href="#dup-attr"> -“<code>duplicate specification of attribute ‘<var>FOO</var>’</code>” +“duplicate specification of attribute ‘<var>FOO</var>’” </a></li> <li><a href="#invalid-attr-val"> -“<code>invalid attribute value</code>” +“invalid attribute value” </a></li> <li><a href="#attr-spec-nmtoken"> -“<code>an attribute specification must start with a name or name token</code>” +“an attribute specification must start with a name or name token” </a></li> <li><a href="#inval-comment"> -“<code>invalid comment declaration; check your comment syntax</code>” +“invalid comment declaration; check your comment syntax” </a></li> <li><a href="#assuming-missing-starttag"> -“<code>element ‘<var>FOO</var>’ not allowed here; assuming missing ‘<var>BAR</var>’ start-tag</code>”</a> +“element ‘<var>FOO</var>’ not allowed here; assuming missing ‘<var>BAR</var>’ start-tag”</a> </li> </ul> </div> |