- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Aug 2005 13:18:56 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties2 In directory hutz:/tmp/cvs-serv27412/org/w3c/css/properties2 Modified Files: Css2Style.java Log Message: All those changed made by Jean-Guilhem Rouel: Huge patch, imports fixed (automatic) Bug fixed: 372, 920, 778, 287, 696, 764, 233 Partial bug fix for 289 Issue with "inherit" in CSS2. The validator now checks the number of values (extraneous values were previously ignored) Index: Css2Style.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties2/Css2Style.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Css2Style.java 8 Apr 2002 21:18:00 -0000 1.2 +++ Css2Style.java 8 Aug 2005 13:18:54 -0000 1.3 @@ -6,6 +6,16 @@ // Please first read the full copyright statement in file COPYRIGHT.html /* * $Log$ + * Revision 1.3 2005/08/08 13:18:54 ylafon + * All those changed made by Jean-Guilhem Rouel: + * + * Huge patch, imports fixed (automatic) + * Bug fixed: 372, 920, 778, 287, 696, 764, 233 + * Partial bug fix for 289 + * + * Issue with "inherit" in CSS2. + * The validator now checks the number of values (extraneous values were previously ignored) + * * Revision 1.2 2002/04/08 21:18:00 plehegar * New * @@ -33,11 +43,8 @@ */ package org.w3c.css.properties2; -import java.util.Enumeration; - -import org.w3c.css.util.Warnings; -import org.w3c.css.parser.CssPrinterStyle; import org.w3c.css.aural.ACssStyle; +import org.w3c.css.parser.CssPrinterStyle; /** * @version $Revision$
Received on Monday, 8 August 2005 13:20:00 UTC