diff options
author | link <link@localhost> | 2001-09-25 04:53:21 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-09-25 04:53:21 +0000 |
commit | d8aab2e1dc13a9b528d9ab20060f56e04942d18a (patch) | |
tree | e725170ec6d6e606c09929f14069ee22dca97d3b /htdocs/config/frag.cfg | |
parent | 3888d3c6a1d277ecb6dcf9a2ac7705a5a889c85f (diff) | |
download | markup-validator-d8aab2e1dc13a9b528d9ab20060f56e04942d18a.zip markup-validator-d8aab2e1dc13a9b528d9ab20060f56e04942d18a.tar.gz markup-validator-d8aab2e1dc13a9b528d9ab20060f56e04942d18a.tar.bz2 |
Improve message explanations, add more explanations.
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 |