diff options
-rw-r--r-- | htdocs/config/frag.cfg | 5 | ||||
-rwxr-xr-x | htdocs/docs/errors.html | 20 |
2 files changed, 21 insertions, 4 deletions
diff --git a/htdocs/config/frag.cfg b/htdocs/config/frag.cfg index 5f4e0a1..c1c7f68 100644 --- a/htdocs/config/frag.cfg +++ b/htdocs/config/frag.cfg @@ -1,7 +1,7 @@ # # Mapping of error message to URI fragment for the explanations. # -# $Id: frag.cfg,v 1.2 2001-03-06 07:01:47 link Exp $ +# $Id: frag.cfg,v 1.3 2001-07-14 22:19:59 link Exp $ # # Original SP version. @@ -25,6 +25,8 @@ start tag for FOO omitted but its declaration does not permit this no-start-tag general entity FOO not defined and no default entity bad-entity non SGML character number bad-char cannot generate system identifier for entity FOO bad-pub-id +ID FOO already defined dup-id +ID FOO first defined here dup-id # # Horribly verbose versions from lq-nsgmls. @@ -40,3 +42,4 @@ start tag was here start-tag end tag for element FOO which is not open try removing the end tag or check for improper nesting of elements floating-close element FOO not defined in this HTML version undef-tag required attribute FOO not specified attr-missing + diff --git a/htdocs/docs/errors.html b/htdocs/docs/errors.html index 8f859b1..1f1869c 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.6 2001-04-15 20:26:30 link Exp $" /> - <meta name="modified" content="$Date: 2001-04-15 20:26:30 $" /> + <meta name="revision" content="$Id: errors.html,v 1.7 2001-07-14 22:19:59 link Exp $" /> + <meta name="modified" content="$Date: 2001-07-14 22:19:59 $" /> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> @@ -29,6 +29,20 @@ </p> <dl> + <dt><a id="undef-id" name="dup-id">"ID "FOO" already defined"</a></dt> + <dd> + <p> + You have defined the id/name "FOO" more then once. You will also get + a message telling you where it was first defined. Be aware that this + message may be the result of an ambiguity in the specification. + While user-agents must treat values of the id attribute + as case-sensitive, they must still be case-insensitive unique in the + document. See + <a href="http://www.w3.org/TR/html4/struct/links.html#h-12.2.1">Section + 12.2.1 Syntax of anchor names</a> in the HTML 4.01 Reccomendation + for further information. + </p> + </dd> <dt><a id="unterm-comment-1" name="unterm-comment-1">"entity end not allowed in comment"</a></dt> <dd> <p> @@ -553,7 +567,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-04-15 20:26:30 $ + $Date: 2001-07-14 22:19:59 $ </address> </body> |