2002/css-validator/org/w3c/css/util Messages.properties.en,1.24,1.25

Update of /sources/public/2002/css-validator/org/w3c/css/util
In directory hutz:/tmp/cvs-serv10583/org/w3c/css/util

Modified Files:
	Messages.properties.en 
Log Message:
Adding some new warnings messages to be shown when using "no special profile".
Those messages may need to be changed, they are just here to provide temporary information (only available in english)
Those warnings are quite equivalent to the error message which would have occur if the profile was the default one

Index: Messages.properties.en
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.en,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Messages.properties.en	20 Sep 2007 12:13:40 -0000	1.24
+++ Messages.properties.en	25 Sep 2007 15:55:05 -0000	1.25
@@ -267,6 +267,12 @@
 error.noatruleyet: Other @rules than @import are not supported by CSS1 %s
 # used by org.w3c.css.parser.analyzer.CssParser
 error.notforcss1: Value %s does not exist for CSS1
+warning.pseudo: Unknown pseudo-element or pseudo-class %s in the default profile (%s)
+warning.nocomb: Combinator %s between selectors is not allowed in this profile (%s)
+warning.charsetspecial: This profile has a very specific syntax for @charset: \
+@charset followed by exactly one space, followed by the name of the encoding \
+in quotes, followed immediately by a semicolon.
+warning.notversion: %s can not be used with this version of CSS : %s
 
 # used by org.w3c.css.parser.CssFouffa
 error.unrecognize: Too many values or values are not recognized

Received on Tuesday, 25 September 2007 15:55:16 UTC