- From: CVS User ylafon <cvsmail@w3.org>
- Date: Sat, 08 Dec 2012 15:31:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/util In directory roscoe:/tmp/cvs-serv27949/util Modified Files: ApplContext.java Messages.properties.en Messages.properties.fr Warning.java Log Message: deprecated property --- /sources/public/2002/css-validator/org/w3c/css/util/ApplContext.java 2012/03/26 12:11:26 1.26 +++ /sources/public/2002/css-validator/org/w3c/css/util/ApplContext.java 2012/12/08 15:31:57 1.27 @@ -4,7 +4,7 @@ * en Informatique et en Automatique, Keio University). * All Rights Reserved. http://www.w3.org/Consortium/Legal/ * - * $Id: ApplContext.java,v 1.26 2012/03/26 12:11:26 ylafon Exp $ + * $Id: ApplContext.java,v 1.27 2012/12/08 15:31:57 ylafon Exp $ */ package org.w3c.css.util; @@ -27,7 +27,7 @@ /** * @author Philippe Le Hegaret - * @version $Revision: 1.26 $ + * @version $Revision: 1.27 $ */ public class ApplContext { --- /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.en 2012/11/05 10:36:48 1.58 +++ /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.en 2012/12/08 15:31:57 1.59 @@ -1,4 +1,4 @@ -# Master localization string file: $Id: Messages.properties.en,v 1.58 2012/11/05 10:36:48 ylafon Exp $ +# Master localization string file: $Id: Messages.properties.en,v 1.59 2012/12/08 15:31:57 ylafon Exp $ direction: ltr language_name: English @@ -387,6 +387,7 @@ warning.otherprofile: property %s does not exist for this profile, but is validated conforming to another profile warning.deprecated: The value '%s' is deprecated +warning.deprecatedproperty: The property '%s' is deprecated warning.float-no-width: In (x)HTML+CSS, floated elements need to have a width declared. Only elements with an intrinsic width (html, img, input, textarea, select, or object) are not affected --- /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.fr 2012/11/05 10:36:48 1.59 +++ /sources/public/2002/css-validator/org/w3c/css/util/Messages.properties.fr 2012/12/08 15:31:57 1.60 @@ -409,6 +409,7 @@ warning.otherprofile: propriété %s n'existe pas dans ce profile mais est validée conforme à un autre profile warning.deprecated: La valeur '%s' est déconseillée +warning.deprecatedproperty: La propriété '%s' est déconseillée #used by org.w3c.css.parser.analyzer.CssParser error.nocomb: Le Combinateur de sélecteurs %s n'est pas admis dans ce profile ou cette version --- /sources/public/2002/css-validator/org/w3c/css/util/Warning.java 2011/09/17 06:02:28 1.15 +++ /sources/public/2002/css-validator/org/w3c/css/util/Warning.java 2012/12/08 15:31:57 1.16 @@ -1,5 +1,5 @@ // -// $Id: Warning.java,v 1.15 2011/09/17 06:02:28 ylafon Exp $ +// $Id: Warning.java,v 1.16 2012/12/08 15:31:57 ylafon Exp $ // From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr) // // (c) COPYRIGHT MIT and INRIA, 1997. @@ -12,7 +12,7 @@ /** * This class is use to manage all warning every where * - * @version $Revision: 1.15 $ + * @version $Revision: 1.16 $ */ public class Warning implements Comparable<Warning> { String sourceFile;
Received on Saturday, 8 December 2012 15:32:00 UTC