2002/css-validator/org/w3c/css/util Messages.properties,1.10,1.11 Messages.properties.en,1.13,1.14

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

Modified Files:
	Messages.properties Messages.properties.en 
Log Message:
first take on http://www.w3.org/Bugs/Public/show_bug.cgi?id=761
add warning when HTML comments found in stylesheet
patch courtesy of Peter Zhelezniakov (SUN Microsystems)



Index: Messages.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Messages.properties	9 Jun 2006 05:23:46 -0000	1.10
+++ Messages.properties	12 Dec 2006 05:04:15 -0000	1.11
@@ -5,6 +5,9 @@
 #  level is an integer between 0 and 9 (all others values are ignored)
 warning.redefinition: Redefinition of %s
 
+# used by xml parser 
+warning.style-inside-comment: Do not put style rules inside HTML comments as they may be removed by user agent
+
 # used by org.w3c.css.properties.Css1Style
 warning.same-colors: Same colors for %s and %s
 warning.no-color: You have no color with your background-color

Index: Messages.properties.en
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.en,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Messages.properties.en	26 Apr 2006 12:44:15 -0000	1.13
+++ Messages.properties.en	12 Dec 2006 05:04:15 -0000	1.14
@@ -8,6 +8,9 @@
 #  level is an integer between 0 and 9 (all others values are ignored)
 warning.redefinition: Redefinition of %s
 
+# used by xml parser 
+warning.style-inside-comment: Do not put style rules inside HTML comments as they may be removed by user agent
+
 # used by org.w3c.css.properties.Css1Style
 warning.same-colors: Same colors for %s and %s
 warning.no-color: You have no color with your background-color

Received on Tuesday, 12 December 2006 05:04:27 UTC