- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Sep 2005 12:24:03 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/css2 In directory hutz:/tmp/cvs-serv8236/org/w3c/css/properties/css2 Modified Files: Css2Property.java Css2Style.java Log Message: Changes from Jean-Guilhem Rouel Bug fixed: 1174 845 160 766 See http://www.w3.org/Bugs/Public/show_bug.cgi?id=1174 http://www.w3.org/Bugs/Public/show_bug.cgi?id=845 http://www.w3.org/Bugs/Public/show_bug.cgi?id=160 http://www.w3.org/Bugs/Public/show_bug.cgi?id=766 The handling of selectors has been redone almost entirely. Also, changelog in files has been removed. Index: Css2Style.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css2/Css2Style.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Css2Style.java 23 Aug 2005 16:24:19 -0000 1.1 +++ Css2Style.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,49 +4,6 @@ // // (c) COPYRIGHT MIT and INRIA, 1997. // Please first read the full copyright statement in file COPYRIGHT.html -/* - * $Log$ - * Revision 1.1 2005/08/23 16:24:19 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * 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 - * - * Revision 2.1 1997/08/29 13:11:50 plehegar - * Updated - * - * Revision 1.6 1997/08/26 14:25:55 plehegar - * nothing - * - * Revision 1.5 1997/08/22 18:11:29 plehegar - * Added speech-rate and pitch - * - * Revision 1.4 1997/08/22 15:24:21 plehegar - * Udpated - * - * Revision 1.3 1997/08/22 15:05:41 plehegar - * Updated - * - * Revision 1.2 1997/08/21 21:12:01 vmallet - * Minor modifications so we could compile it. - * - * Revision 1.1 1997/08/20 18:42:05 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css2; import org.w3c.css.properties.aural.ACssStyle; Index: Css2Property.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css2/Css2Property.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Css2Property.java 23 Aug 2005 16:24:19 -0000 1.1 +++ Css2Property.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,24 +4,6 @@ // // (c) COPYRIGHT MIT and INRIA, 1997. // Please first read the full copyright statement in file COPYRIGHT.html -/* - * $Log$ - * Revision 1.1 2005/08/23 16:24:19 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 2002/04/08 21:18:00 plehegar - * New - * - * Revision 2.1 1997/08/29 13:11:50 plehegar - * Updated - * - * Revision 1.1 1997/08/26 15:57:58 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css2;
Received on Thursday, 8 September 2005 12:24:42 UTC