2002/css-validator/org/w3c/css/util Messages.properties.en,1.47,1.48

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

Modified Files:
	Messages.properties.en 
Log Message:
redone the Media Features of media queries, up to date per http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/, todo, parsing of media in HTML form

Index: Messages.properties.en
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.en,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- Messages.properties.en	17 Sep 2011 06:02:27 -0000	1.47
+++ Messages.properties.en	21 Oct 2011 01:49:13 -0000	1.48
@@ -270,7 +270,7 @@
 
 # used by org.w3c.css.parser.CssPropertyFactory
 error.noexistence-at-all: Property %s doesn't exist
-error.noexistence-media: Property %s doesn't exist for media %s
+error.noexistence-media: Feature %s doesn't exist for media %s
 error.noexistence: Property %s doesn't exist in %s but exists in %s
 warning.noexistence: Property %s doesn't exist in %s but exists in %s
 warning.noexistence-media: Property %s doesn't exist for media %s
@@ -386,3 +386,9 @@
 
 error.bg_order: In the CSS3 background definition, 'bg_position' must occur before / 'bg_size' if both are present
 
+error.deprecatedmedia: The media "%s" has been deprecated
+error.nomediarestrictor: Mediarestrictor not defined in this CSS level
+error.nomediarestrictor: MediarestrictorMedia features are not defined in this CSS level
+error.nomodifiershortmedia: No prefixes are allowed for media features with no value
+error.nomodifiermedia: The media feature %s does not support prefixes
+error.grid: Only 0 and 1 are acceptable values for grid

Received on Friday, 21 October 2011 01:49:20 UTC