diff options
author | gerald <gerald@localhost> | 1999-12-01 01:04:06 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 1999-12-01 01:04:06 +0000 |
commit | 94d9d097d6de35d3fc2ca8feadfbaccaf94c07e3 (patch) | |
tree | a7b37d89a0aad5a37cd6de69ee79d83e4ea990a9 /htdocs/config/frag.cfg | |
parent | ce75fac7e297a9fc0ffcecd536e356a788386cab (diff) | |
download | markup-validator-94d9d097d6de35d3fc2ca8feadfbaccaf94c07e3.zip markup-validator-94d9d097d6de35d3fc2ca8feadfbaccaf94c07e3.tar.gz markup-validator-94d9d097d6de35d3fc2ca8feadfbaccaf94c07e3.tar.bz2 |
configuration files to replace old hashes in the 'check' script,
supplied with a patch from Terje Bless,
http://lists.w3.org/Archives/Public/www-validator/1999OctDec/0132
Diffstat (limited to 'htdocs/config/frag.cfg')
-rw-r--r-- | htdocs/config/frag.cfg | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/htdocs/config/frag.cfg b/htdocs/config/frag.cfg new file mode 100644 index 0000000..e6ee042 --- /dev/null +++ b/htdocs/config/frag.cfg @@ -0,0 +1,28 @@ +# +# Mapping of error message to URI fragment for the explanations. +# +# $Id: frag.cfg,v 1.1 1999-12-01 01:04:06 gerald Exp $ + +entity end not allowed in comment unterm-comment-1 +name start character invalid only s and comment allowed in comment declaration unterm-comment-2 +name character invalid only s and comment allowed in comment declaration unterm-comment-2 +unknown declaration type FOO bad-comment +character FOO not allowed in attribute specification list attr-char +an attribute value must be a literal unless it contains only name characters attr-quoted +syntax of attribute value does not conform to declared value bad-attr-char +length of attribute value must not exceed LITLEN less NORMSEP name-length +element FOO undefined undef-tag +element FOO not allowed here not-allowed +there is no attribute FOO undef-attr +FOO is not a member of the group specified in the declared value of this attribute undef-attr-val +FOO is not a member of a group specified for any attribute bad-abbrev-attr +end tag for FOO omitted but its declaration does not permit this no-end-tag +end tag for element FOO which is not open floating-close +end tag for FOO which is not finished omitted-content +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' + +#error frag +#character data is not allowed here frag |