diff options
author | ot <ot@localhost> | 2002-11-06 02:45:20 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2002-11-06 02:45:20 +0000 |
commit | bc1076be3319fe69e7ace3a5c3d53e806e28777f (patch) | |
tree | c66ae6dfab1665a649e0fd3ecf67d2bb83a02a2e /htdocs/docs/errors.html | |
parent | 25995fdefbe6b4b25500da4c2e6dd646f93e60a4 (diff) | |
download | markup-validator-bc1076be3319fe69e7ace3a5c3d53e806e28777f.zip markup-validator-bc1076be3319fe69e7ace3a5c3d53e806e28777f.tar.gz markup-validator-bc1076be3319fe69e7ace3a5c3d53e806e28777f.tar.bz2 |
Adding a TOC to the user's guide, the error message guide and the help.validator_0_6_0-beta
Added some verbiage to the help page, some re-org, plus some updates.
Added documentation about comma/site tools.
TODO : check validity
TODO : add style for comma tools table
Diffstat (limited to 'htdocs/docs/errors.html')
-rwxr-xr-x | htdocs/docs/errors.html | 182 |
1 files changed, 180 insertions, 2 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index 67f6395..418ed3d 100755 --- a/htdocs/docs/errors.html +++ b/htdocs/docs/errors.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: errors.html,v 1.20 2002-10-23 23:11:30 link Exp $" ---><!--#set var="date" value="\$Date: 2002-10-23 23:11:30 $" +<!--#set var="revision" value="\$Id: errors.html,v 1.21 2002-11-06 02:45:20 ot Exp $" +--><!--#set var="date" value="\$Date: 2002-11-06 02:45:20 $" --><!--#set var="title" value="Error Explanations for The W3C MarkUp Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -9,6 +9,184 @@ they are used here with his permission. </p> +<h2>Table of Contents</h2> +<ul> + +<li><a href="#undef-id"> +“<code>ID ‘<var>FOO</var>’ already defined</code>” +</a></li> + +<li><a href="#unterm-comment-1"> +“<code>entity end not allowed in comment</code>” +</a></li> + +<li><a href="#unterm-comment-2"> +“<code>name start character invalid: only s and comment allowed in +comment declaration</code>” +</a></li> + +<li><a href="#bad-comment"> +“<code>unknown declaration type ‘<var>FOO</var>’</code>” +</a></li> + +<li><a href="#attr-quoted"> +“<code>an attribute value must be a literal unless it +contains only name characters</code>” +</a></li> + +<li><a href="#attr-char"> +“<code>character `X' not allowed in attribute specification list</code>” +</a></li> + +<li><a href="#name-length"> +“<code>length of attribute value must not exceed +LITLEN less NORMSEP (1022)</code>” +</a></li> + +<li><a href="#undef-tag"> +“<code>element ‘<var>FOO</var>’ +undefined</code>” +</a></li> + +<li><a href="#not-allowed"> +“<code>document type does not allow element +‘<var>FOO</var>’ here</code>” +</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> +</a></li> + +<li><a href="#attr-undef"> +“<code>there is no attribute +‘<var>FOO</var>’ +for this element (in this HTML version)</code>” +</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>” +</a></li> + +<li><a href="#bad-attr-char"> +“<code>syntax of attribute value does not conform +to declared value</code>” +</a></li> + +<li><a href="#attr-bad-name"> +“<code>value of attribute ‘<var>FOO</var>’ +invalid: "#" cannot start a name</code>” +</a></li> + +<li><a href="#bad-abbrev-attr"> +“<code>‘<var>FOO</var>’ is not a member of +a group specified for any attribute</code>” +</a></li> + +<li><a href="#attr-missing"> +“<code>required attribute ‘<var>FOO</var>’ +not specified</code>” +</a></li> + +<li><a href="#no-end-tag"> +“<code>end tag for ‘<var>FOO</var>’ +omitted, but its declaration does not permit this</code>” +</a></li> + +<li><a href="#floating-close"> +“<code>end tag for element ‘<var>FOO</var>’ +which is not open</code>” +</a></li> + +<li><a href="#omitted-content"> +“<code>end tag for ‘<var>FOO</var>’ +which is not finished</code>” +</a></li> + +<li><a href="#no-start-tag"> +“<code>start tag for ‘<var>FOO</var>’ +omitted, but its declaration does not permit this</code>” +</a></li> + +<li><a href="#bad-entity"> +“<code>unknown entity ‘<var>FOO</var>’</code>” +</a></li> + +<li><a href="#bad-char"> +“<code>non SGML character number ###</code>” +</a></li> + +<li><a href="#unicode-char"> +“<code>`####' is not a valid character number</code>” +</a></li> + +<li><a href="#bad-pub-id"> +“<code>cannot generate system identifier for entity `HTML'</code>” +</a></li> + +<li><a href="#missing-subel"> +“<code>missing a required sub-element of +‘<var>FOO</var>’</code>” +</a></li> + +<li><a href="#start-tag"> +“<code>start tag was here</code>” +</a></li> + +<li><a href="#utf8-bom"> +“<code>UTF-8 'BOM' detected and removed</code>” +</a></li> + +<li><a href="#text-not-allowed"> +“<code> text is not allowed here; try wrapping the text +in a more descriptive container</code>” +</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>” +</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>” +</a></li> + +<li><a href="#dup-attr"> +“<code>duplicate specification of attribute +‘<var>FOO</var>’</code>” +</a></li> + +<li><a href="#invalid-attr-val"> +“<code>invalid attribute value</code>” +</a></li> + +<li><a href="#attr-spec-nmtoken"> +“<code>an attribute specification must start with a name +or name token</code>” +</a></li> + +<li><a href="#inval-comment"> +“<code>invalid comment declaration; +check your comment syntax</code>” +</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> +</li> +</ul> + +<h2>Listing of errors and their explanation</h2> + <dl> <dt><a id="undef-id" name="dup-id">“<code>ID ‘<var>FOO</var>’ already defined</code>”</a></dt> <dd> |