- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Wed, 29 Dec 2004 02:05:24 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv10161
Modified Files:
error_messages.cfg
Log Message:
escaping what Config::General would interpret as comments
Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- error_messages.cfg 12 Dec 2004 06:48:41 -0000 1.3
+++ error_messages.cfg 29 Dec 2004 02:05:22 -0000 1.4
@@ -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 "<frameset>" element),
- or by using vendor proprietary extensions such as "<spacer>"
+ 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 "<frameset>" element),
+ <li>by using vendor proprietary extensions such as "<spacer>"
or "<marquee>" (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>
Received on Wednesday, 29 December 2004 02:05:25 UTC