- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 23 Aug 2005 16:25:17 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/util
In directory hutz:/tmp/cvs-serv7360/util
Modified Files:
Messages.properties Messages.properties.fr Warning.java
Log Message:
Patch by Jean-Guilhem Rouel
Better handling of media and properties files
Major reorganization of those properties files
Index: Messages.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Messages.properties 8 Aug 2005 13:19:46 -0000 1.7
+++ Messages.properties 23 Aug 2005 16:25:15 -0000 1.8
@@ -88,13 +88,13 @@
# used by org.w3c.css.values.CssAngle, org.w3c.css.values.CssFrequency, org.w3c.css.values.CssTime, org.w3c.css.values.CssLength
error.unit: %s is an incorrect unit
-# used by org.w3c.css.aural.ACssAzimuth
+# used by org.w3c.css.properties.aural.ACssAzimuth
error.degree: Position must be described in terms of degrees.
-# used by org.w3c.css.aural.ACssElevation
+# used by org.w3c.css.properties.aural.ACssElevation
error.elevation.range: Specifies the elevation as an angle, between '-90deg' and '90deg'.
-# used by org.w3c.css.aural.ACssPitchRange
+# used by org.w3c.css.properties.aural.ACssPitchRange
error.range: The value is out of range.This value must be between '0' and '100'.
# used by org.w3c.css.properties.CssTextShadow
Index: Warning.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Warning.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Warning.java 12 Jul 2002 20:36:25 -0000 1.3
+++ Warning.java 23 Aug 2005 16:25:15 -0000 1.4
@@ -6,6 +6,12 @@
// Please first read the full copyright statement in file COPYRIGHT.html
/*
* $Log$
+ * Revision 1.4 2005/08/23 16:25:15 ylafon
+ * Patch by Jean-Guilhem Rouel
+ *
+ * Better handling of media and properties files
+ * Major reorganization of those properties files
+ *
* Revision 1.3 2002/07/12 20:36:25 plehegar
* s/System.out/System.err/
*
@@ -22,7 +28,7 @@
package org.w3c.css.util;
import org.w3c.css.parser.CssSelectors;
-import org.w3c.css.properties.CssProperty;
+import org.w3c.css.properties.css1.CssProperty;
/**
* This class is use to manage all warning every where
@@ -103,7 +109,7 @@
* @param level the warning level
*
* @see org.w3c.css.util.Messages
- * @see org.w3c.css.properties.CssProperty#setInfo
+ * @see org.w3c.css.properties.css1.CssProperty#setInfo
*/
public Warning(CssProperty property, String warningMessage, int level,
ApplContext ac) {
Index: Messages.properties.fr
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.fr,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Messages.properties.fr 8 Aug 2005 13:19:46 -0000 1.11
+++ Messages.properties.fr 23 Aug 2005 16:25:15 -0000 1.12
@@ -211,7 +211,7 @@
error.unrecognized.link: La balise link ou l'instruction de traitement\
xml-stylesheet ne sont pas reconnues.
-warning.otherprofile : propriété %s n'existe pas dans ce profile mais est validé conforme à un autre profile
+warning.otherprofile : propriété %s n'existe pas dans ce profile mais est validée conforme à un autre profile
warning.deprecated : cette valeur est deconseillée
#used by org.w3c.css.parser.analyzer.CssParser
Received on Tuesday, 23 August 2005 16:26:12 UTC