summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2004-12-29 02:05:22 +0000
committerot <ot@localhost>2004-12-29 02:05:22 +0000
commit1537c5a48061dac817b56eb2207740c07ca4223f (patch)
treeb5fe0304b0423e95997c81cf5d4cf53e11894217
parent9ee3fde9831454e68067bcfe21ea64b8e9e9f08e (diff)
downloadmarkup-validator-1537c5a48061dac817b56eb2207740c07ca4223f.zip
markup-validator-1537c5a48061dac817b56eb2207740c07ca4223f.tar.gz
markup-validator-1537c5a48061dac817b56eb2207740c07ca4223f.tar.bz2
escaping what Config::General would interpret as comments
-rw-r--r--share/templates/en_US/error_messages.cfg43
1 files changed, 24 insertions, 19 deletions
diff --git a/share/templates/en_US/error_messages.cfg b/share/templates/en_US/error_messages.cfg
index 48f4d74..eea2959 100644
--- a/share/templates/en_US/error_messages.cfg
+++ b/share/templates/en_US/error_messages.cfg
@@ -332,13 +332,18 @@
<p>
You have used the element named above in your document, but the
document type you are using does not define an element of that name.
- This error is often caused by incorrect use of the "Strict"
- document type with a document that uses frames (e.g. you must use
- the "Frameset" document type to get the "&lt;frameset&gt;" element),
- or by using vendor proprietary extensions such as "&lt;spacer&gt;"
+ This error is often caused by:
+ </p>
+ <ul>
+ <li>incorrect use of the "Strict" document type with a document that
+ uses frames (e.g. you must use the "Frameset" document type to get
+ the "&lt;frameset&gt;" element),
+ <li>by using vendor proprietary extensions such as "&lt;spacer&gt;"
or "&lt;marquee&gt;" (this is usually fixed by using CSS to achieve
- the desired effect instead).
- </p>
+ the desired effect instead).</li>
+ <li>by using upper-case tags in XHTML (in XHTML attributes and elements
+ must be all lower-case.</li>
+ </ul>
</div>
.EOF.
</msg>
@@ -1201,7 +1206,7 @@
original = "link set %1 used in LPD but not defined"
</msg>
<msg 308>
- original = "#IMPLIED already linked to result element type %1"
+ original = "\#IMPLIED already linked to result element type %1"
</msg>
<msg 309>
original = "number of active simple link processes exceeds quantity specified for SIMPLE parameter in SGML declaration (%1)"
@@ -1267,7 +1272,7 @@
original = "entity was defined here"
</msg>
<msg 327>
- original = "content model is mixed but does not allow #PCDATA everywhere"
+ original = "content model is mixed but does not allow \#PCDATA everywhere"
</msg>
<msg 328>
original = "start or end of range must specify a single character"
@@ -1522,16 +1527,16 @@
.EOF.
</msg>
<msg 395>
- original = "#PCDATA not first in model group"
+ original = "\#PCDATA not first in model group"
</msg>
<msg 396>
- original = "#PCDATA in SEQ group"
+ original = "\#PCDATA in SEQ group"
</msg>
<msg 397>
- original = "#PCDATA in nested model group"
+ original = "\#PCDATA in nested model group"
</msg>
<msg 398>
- original = "#PCDATA in model group that does not have REP occurrence indicator"
+ original = "\#PCDATA in model group that does not have REP occurrence indicator"
</msg>
<msg 399>
original = "name group or name token group used connector other than OR"
@@ -1628,10 +1633,10 @@
original = "SGML declaration reference was used but minimum literal was not ""ISO 8879:1986 (WWW)"""
</msg>
<msg 418>
- original = "member of model group containing #PCDATA has occurrence indicator"
+ original = "member of model group containing \#PCDATA has occurrence indicator"
</msg>
<msg 419>
- original = "member of model group containing #PCDATA is a model group"
+ original = "member of model group containing \#PCDATA is a model group"
</msg>
<msg 420>
original = "reference to non-predefined entity"
@@ -1682,13 +1687,13 @@
original = "prolog can't be omitted unless CONCUR NO and LINK EXPLICIT NO and either IMPLYDEF ELEMENT YES or IMPLYDEF DOCTYPE YES"
</msg>
<msg 436>
- original = "can't determine name of #IMPLIED document element"
+ original = "can't determine name of \#IMPLIED document element"
</msg>
<msg 437>
- original = "can't use #IMPLICIT doctype unless CONCUR NO and LINK EXPLICIT NO"
+ original = "can't use \#IMPLICIT doctype unless CONCUR NO and LINK EXPLICIT NO"
</msg>
<msg 438>
- original = "Sorry, #IMPLIED doctypes not implemented"
+ original = "Sorry, \#IMPLIED doctypes not implemented"
</msg>
<msg 439>
original = "reference to DTD data entity ignored"
@@ -1703,7 +1708,7 @@
original = "attribute %1 can't be redeclared"
</msg>
<msg 443>
- original = "#IMPLICIT attributes have already been specified for notation %1"
+ original = "\#IMPLICIT attributes have already been specified for notation %1"
</msg>
<msg 444>
original = "a name group is not allowed in a parameter entity reference in a start tag"
@@ -1715,5 +1720,5 @@
original = "if the declared value is NOTATION a default value of CONREF is useless"
</msg>
<msg 447>
- original = "Sorry, #ALL and #IMPLICIT content tokens not implemented"
+ original = "Sorry, \#ALL and \#IMPLICIT content tokens not implemented"
</msg>