diff options
Diffstat (limited to 'htdocs/config/frag.cfg')
-rw-r--r-- | htdocs/config/frag.cfg | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/htdocs/config/frag.cfg b/htdocs/config/frag.cfg index c1c7f68..3aa72e1 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.3 2001-07-14 22:19:59 link Exp $ +# $Id: frag.cfg,v 1.4 2001-09-25 04:53:21 link Exp $ # # Original SP version. @@ -42,4 +42,21 @@ 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 +text is not allowed here try wrapping the text in a more descriptive container text-not-allowed +value of attribute FOO cannot be FOO must be one of FOO unkn-att-val +character FOO not allowed in attribute specification list possibly caused by a missing quotation mark ending a previous attribute value no-attr-end +reference to nonSGML character bad-char +duplicate specification of attribute FOO dup-attr +an attribute specification must start with a name or name token attr-spec-nmtoken +invalid comment declaration check your comment syntax inval-comment +comment declaration started here inval-comment +element FOO not allowed here assuming missing FOO starttag assuming-missing-starttag + +# +# Reported but not yet explained... +FOO not finished but containing element ended + +# +# Doesn't work for some reason..? +invalid attribute value invalid-attr-val |