diff options
author | gerald <gerald@localhost> | 2001-03-28 19:00:57 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2001-03-28 19:00:57 +0000 |
commit | 08aa49eed5437e9a6c9d9a48dcf24891e1e639ec (patch) | |
tree | 10c789068d2e294f53c7cc7be2e7febd2ac7d0a9 /htdocs/docs/errors.html | |
parent | 2a480e9bc0581ae1f73f09438880e6139f872d9d (diff) | |
download | markup-validator-08aa49eed5437e9a6c9d9a48dcf24891e1e639ec.zip markup-validator-08aa49eed5437e9a6c9d9a48dcf24891e1e639ec.tar.gz markup-validator-08aa49eed5437e9a6c9d9a48dcf24891e1e639ec.tar.bz2 |
added redundant 'name=' anchors for compatibility with legacy UAs
http://lists.w3.org/Archives/Public/www-validator/2001JanMar/0295.html
Diffstat (limited to 'htdocs/docs/errors.html')
-rwxr-xr-x | htdocs/docs/errors.html | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index 0e05ac2..623645d 100755 --- a/htdocs/docs/errors.html +++ b/htdocs/docs/errors.html @@ -8,8 +8,8 @@ <link rel="stylesheet" type="text/css" href="/base.css" /> <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, W3C HTML Validation Service" /> <meta name="description" content="W3C's easy-to-use HTML validation service, based on an SGML parser." /> - <meta name="revision" content="$Id: errors.html,v 1.4 2001-03-26 06:58:47 gerald Exp $" /> - <meta name="modified" content="$Date: 2001-03-26 06:58:47 $" /> + <meta name="revision" content="$Id: errors.html,v 1.5 2001-03-28 19:00:57 gerald Exp $" /> + <meta name="modified" content="$Date: 2001-03-28 19:00:57 $" /> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -29,7 +29,7 @@ </p> <dl> - <dt id="unterm-comment-1">"entity end not allowed in comment"</dt> + <dt><a id="unterm-comment-1" name="unterm-comment-1">"entity end not allowed in comment"</a></dt> <dd> <p> Unterminated comment. The position indicator points to the very end of @@ -38,7 +38,7 @@ `<code><!--</code>' in the document. </p> </dd> - <dt id="unterm-comment-2">"name start character invalid: only s and comment allowed in comment declaration"</dt> + <dt><a id="unterm-comment-2" name="unterm-comment-2">"name start character invalid: only s and comment allowed in comment declaration"</a></dt> <dd> <p> Unterminated comments again. This time, you have a case like: @@ -54,7 +54,7 @@ allowed. </p> </dd> - <dt id="bad-comment">"unknown declaration type `FOO'"</dt> + <dt><a id="bad-comment" name="bad-comment">"unknown declaration type `FOO'"</a></dt> <dd> <p> Most likely an invalid comment of the form <code><!invalid @@ -63,7 +63,7 @@ declaration. </p> </dd> - <dt id="attr-quoted">"an attribute value must be a literal unless it contains only name characters"</dt> + <dt><a id="attr-quoted" name="attr-quoted">"an attribute value must be a literal unless it contains only name characters"</a></dt> <dd> <p> You have an attribute whose value needs to be in quotes. If an @@ -73,7 +73,7 @@ standpoint, but some browsers don't recognize them). </p> </dd> - <dt id="attr-char">"character `X' not allowed in attribute specification list"</dt> + <dt><a id="attr-char" name="attr-char">"character `X' not allowed in attribute specification list"</a></dt> <dd> <p> The Validator has found a character inside an HTML tag that isn't @@ -99,7 +99,7 @@ quote. </p> </dd> - <dt id="name-length">"length of attribute value must not exceed LITLEN less NORMSEP (1022)"</dt> + <dt><a id="name-length" name="name-length">"length of attribute value must not exceed LITLEN less NORMSEP (1022)"</a></dt> <dd> <p> This usually occurs in conjunction with the @@ -121,7 +121,7 @@ this case, the <code>"joe.gif"</code> line. </p> </dd> - <dt id="undef-tag">"element `FOO' undefined"</dt> + <dt><a id="undef-tag" name="undef-tag">"element `FOO' undefined"</a></dt> <dd> <p> You've used an unknown tag (represented here by FOO). Make sure the @@ -133,7 +133,7 @@ and friends) you must use the "Transitional" DTD. </p> </dd> - <dt id="not-allowed">"document type does not allow element "FOO" here"</dt> + <dt><a id="not-allowed" name="not-allowed">"document type does not allow element "FOO" here"</a></dt> <dd> <p> Straightforward, but not terribly informative. There are a @@ -156,7 +156,7 @@ </li> </ul> </dd> - <dt id="not-contained">document type does not allow element "FOO" here; assuming missing "BAR" start-tag</dt> + <dt><a id="not-contained" name="not-contained">document type does not allow element "FOO" here; assuming missing "BAR" start-tag</a></dt> <dd> <p> Similar to the <a href="#not-allowed">previous error</a>, but more @@ -206,7 +206,7 @@ corresponding end tag is also missing</a>. </p> </dd> - <dt id="attr-undef">"there is no attribute `FOO' for this element (in this HTML version)"</dt> + <dt><a id="attr-undef" name="attr-undef">"there is no attribute `FOO' for this element (in this HTML version)"</a></dt> <dd> <p> You have used an attribute with an element that is defined not to have @@ -215,7 +215,7 @@ appropriately. </p> </dd> - <dt id="undef-attr-val">"`FOO' is not a member of the group specified in the declared value of this attribute"</dt> + <dt><a id="undef-attr-val" name="undef-attr-val">"`FOO' is not a member of the group specified in the declared value of this attribute"</a></dt> <dd> <p> Similar to the <a href="#attr-undef">previous error</a>; this time, @@ -243,7 +243,7 @@ JOE.GIF as an attribute of <code><IMG></code>. </p> </dd> - <dt id="bad-attr-char">"syntax of attribute value does not conform to declared value"</dt> + <dt><a id="bad-attr-char" name="bad-attr-char">"syntax of attribute value does not conform to declared value"</a></dt> <dd> <p> Yet another attribute error; this time, the attribute in question was @@ -258,7 +258,7 @@ which means that <code><TD WIDTH="50%"></code> is not allowed. </p> </dd> - <dt id="attr-bad-name">"value of attribute "FOO" invalid: "#" cannot start a name"</dt> + <dt><a id="attr-bad-name" name="attr-bad-name">"value of attribute "FOO" invalid: "#" cannot start a name"</a></dt> <dd> <p> A special case of <a href="#bad-attr-char">the previous error</a>; the @@ -266,7 +266,7 @@ which must begin with a letter. </p> </dd> - <dt id="bad-abbrev-attr">"`FOO' is not a member of a group specified for any attribute"</dt> + <dt><a id="bad-abbrev-attr" name="bad-abbrev-attr">"`FOO' is not a member of a group specified for any attribute"</a></dt> <dd> <p> Another attribute error, this time referring to an "abbreviated" @@ -289,7 +289,7 @@ error, referring to the "attribute value" <code>JOE.GIF</code>. </p> </dd> - <dt id="attr-missing">"required attribute `FOO' not specified"</dt> + <dt><a id="attr-missing" name="attr-missing">"required attribute `FOO' not specified"</a></dt> <dd> <p> You left off a required attribute of the indicated element. The most @@ -300,7 +300,7 @@ meaningful value here. </p> </dd> - <dt id="no-end-tag">"end tag for `FOO' omitted, but its declaration does not permit this"</dt> + <dt><a id="no-end-tag" name="no-end-tag">"end tag for `FOO' omitted, but its declaration does not permit this"</a></dt> <dd> <p> You forgot to close something. FOO is the element you forgot to close @@ -361,7 +361,7 @@ quote all attribute values. </p> </dd> - <dt id="floating-close">"end tag for element "FOO" which is not open"</dt> + <dt><a id="floating-close" name="floating-close">"end tag for element "FOO" which is not open"</a></dt> <dd> <p> The Validator found an end tag, represented here by FOO, without a @@ -388,7 +388,7 @@ or <code><IMG></code>. </p> </dd> - <dt id="omitted-content">"end tag for `FOO' which is not finished"</dt> + <dt><a id="omitted-content" name="omitted-content">"end tag for `FOO' which is not finished"</a></dt> <dd> <p> You have a FOO element, but you have omitted some required sub-element @@ -396,7 +396,7 @@ would cause this error. </p> </dd> - <dt id="no-start-tag">"start tag for `FOO' omitted, but its declaration does not permit this"</dt> + <dt><a id="no-start-tag" name="no-start-tag">"start tag for `FOO' omitted, but its declaration does not permit this"</a></dt> <dd> <p> The Validator expected you to start a FOO element at the indicated @@ -405,7 +405,7 @@ indent</UL></code> will cause this error. </p> </dd> - <dt id="bad-entity">"general entity `FOO' not defined and no default entity"</dt> + <dt><a id="bad-entity" name="bad-entity">"general entity `FOO' not defined and no default entity"</a></dt> <dd> <p> The Validator has found an entity (something like @@ -462,7 +462,7 @@ </li> </ul> </dd> - <dt id="bad-char">"non SGML character number ###"</dt> + <dt><a id="bad-char" name="bad-char">"non SGML character number ###"</a></dt> <dd> <p> You've used an illegal character in your text. HTML uses the standard @@ -491,7 +491,7 @@ command to save the document without formatting information. </p> </dd> - <dt id="unicode-char">"`####' is not a valid character number"</dt> + <dt><a id="unicode-char" name="unicode-char">"`####' is not a valid character number"</a></dt> <dd> <p> You'll get several occurrences of this error if you use the Cougar @@ -510,7 +510,7 @@ pretty much ignore them. </p> </dd> - <dt id="bad-pub-id">"cannot generate system identifier for entity `HTML'"</dt> + <dt><a id="bad-pub-id" name="bad-pub-id">"cannot generate system identifier for entity `HTML'"</a></dt> <dd> <p> Your <code>DOCTYPE</code> declaration contains a public identifier @@ -525,7 +525,7 @@ work from, and thus could not validate your document. </p> </dd> - <dt id="missing-subel">"missing a required sub-element of `FOO'"</dt> + <dt><a id="missing-subel" name="missing-subel">"missing a required sub-element of `FOO'"</a></dt> <dd> <p> The element "FOO" is defined to <em>require</em> one or more @@ -533,7 +533,7 @@ elements. </p> </dd> - <dt id="start-tag">"start tag was here"</dt> + <dt><a id="start-tag" name="start-tag">"start tag was here"</a></dt> <dd> <p> Not an error, but rather a pointer to the start tag of the element @@ -548,7 +548,7 @@ src="http://validator.w3.org/images/vxhtml10" height="31" width="88" align="right" border="0" alt="Valid XHTML 1.0!" /></a> <a href="/feedback.html">Webmaster</a><br /> - $Date: 2001-03-26 06:58:47 $ + $Date: 2001-03-28 19:00:57 $ </address> </body> |