diff options
Diffstat (limited to 'htdocs/config/frag.cfg')
-rw-r--r-- | htdocs/config/frag.cfg | 87 |
1 files changed, 1 insertions, 86 deletions
diff --git a/htdocs/config/frag.cfg b/htdocs/config/frag.cfg index dffae37..b454ddd 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.6 2002-11-26 21:40:19 ville Exp $ +# $Id: frag.cfg,v 1.7 2003-05-24 20:32:46 link Exp $ # # Original SP version. @@ -74,88 +74,3 @@ ID FOO already defined = \ ID FOO first defined here = \ dup-id - -# -# Horribly verbose versions from lq-nsgmls. -# - -document type does not allow element FOO here = \ - not-allowed-contained - -there is no attribute FOO for this element in this HTML version = \ - attr-undef - -an attribute value must be quoted if it contains any character other than \ - letters AZaz digits hyphens and periods use quotes if in doubt = \ - attr-quoted - -element FOO not allowed here possible cause is an inline element containing a \ - blocklevel element = \ - not-allowed - -element FOO not allowed here check which elements this element may be \ - contained within = \ - not-allowed - -missing a required subelement of FOO = \ - missing-subel - -unknown entity FOO = \ - bad-entity - -end tag for FOO omitted possible causes include a missing end tag improper \ - nesting of elements or use of an element where it is not allowed = \ - no-end-tag - -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 |