- 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/css3 In directory hutz:/tmp/cvs-serv8236/org/w3c/css/properties/css3 Modified Files: CssClearCSS3.java CssFloatCSS3.java CssHeightCSS3.java CssLineBoxContain.java CssLineHeightPolicy.java CssMarginInside.java CssMarginOutside.java CssPaddingBottomCSS3.java CssPaddingCSS3.java CssPaddingLeftCSS3.java CssPaddingRightCSS3.java CssPaddingSideCSS3.java CssPaddingTopCSS3.java CssTextDecorationCSS3.java CssTextIndentCSS3.java CssTextPropertiesConstantsCSS3.java CssWhiteSpaceCSS3.java CssWidthCSS3.java CssWordSpacingCSS3.java MediaColor.java MediaColorIndex.java MediaDeviceAspectRatio.java MediaDeviceHeight.java MediaDeviceWidth.java MediaGrid.java MediaHeight.java MediaMaxColor.java MediaMaxColorIndex.java MediaMaxDeviceAspectRatio.java MediaMaxDeviceHeight.java MediaMaxDeviceWidth.java MediaMaxHeight.java MediaMaxMonochrome.java MediaMaxResolution.java MediaMaxWidth.java MediaMinColor.java MediaMinColorIndex.java MediaMinDeviceAspectRatio.java MediaMinDeviceHeight.java MediaMinDeviceWidth.java MediaMinHeight.java MediaMinMonochrome.java MediaMinResolution.java MediaMinWidth.java MediaMonochrome.java MediaResolution.java MediaScan.java MediaWidth.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: MediaMinWidth.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMinWidth.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMinWidth.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMinWidth.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:01:44 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssTextIndentCSS3.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssTextIndentCSS3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssTextIndentCSS3.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssTextIndentCSS3.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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/07/11 14:08:42 sijtsche - * text-indent added as CSS3 property (different from other versions) - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:05 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:29 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:36 plehegar - * Nothing - * - * Revision 1.3 1997/08/06 17:30:22 plehegar - * Updated set, now it's a constructor - * - * Revision 1.2 1997/07/30 13:20:20 plehegar - * Updated package - * - * Revision 1.1 1997/07/23 23:06:12 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaResolution.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaResolution.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaResolution.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaResolution.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:01:44 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMaxDeviceWidth.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMaxDeviceWidth.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMaxDeviceWidth.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMaxDeviceWidth.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:04:22 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMaxResolution.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMaxResolution.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMaxResolution.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMaxResolution.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:04:22 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMinDeviceWidth.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMinDeviceWidth.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMinDeviceWidth.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMinDeviceWidth.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:02:55 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMaxMonochrome.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMaxMonochrome.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMaxMonochrome.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMaxMonochrome.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:04:22 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMinMonochrome.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMinMonochrome.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMinMonochrome.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMinMonochrome.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:02:55 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssWhiteSpaceCSS3.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssWhiteSpaceCSS3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssWhiteSpaceCSS3.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssWhiteSpaceCSS3.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,52 +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:20 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/12/23 08:19:46 sijtsche - * values changed - * - * Revision 1.1 2002/08/09 11:41:57 sijtsche - * new value for CSS3 white-space property - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:38 plehegar - * Nothing - * - * Revision 1.3 1997/08/06 17:30:24 plehegar - * Updated set, now it's a constructor - * - * Revision 1.2 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.1 1997/07/25 14:30:25 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssTextPropertiesConstantsCSS3.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssTextPropertiesConstantsCSS3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssTextPropertiesConstantsCSS3.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssTextPropertiesConstantsCSS3.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,30 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 2002/12/23 08:24:07 sijtsche - * text-decoration values changed - * - * Revision 1.1 2002/08/07 14:21:31 sijtsche - * lining values added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 1.2 1997/07/30 13:20:21 plehegar - * Updated package - * - * Revision 1.1 1997/07/24 01:39:42 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; /** Index: CssPaddingRightCSS3.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssPaddingRightCSS3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssPaddingRightCSS3.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssPaddingRightCSS3.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,46 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2002/12/24 13:20:53 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:00 plehegar - * Freeze - * - * Revision 1.4 1997/08/20 11:41:27 plehegar - * Freeze - * - * Revision 1.3 1997/08/06 17:30:16 plehegar - * Updated set, now it's a constructor - * - * Revision 1.2 1997/07/30 13:20:16 plehegar - * Updated package - * - * Revision 1.1 1997/07/24 01:29:32 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMaxDeviceHeight.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMaxDeviceHeight.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMaxDeviceHeight.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMaxDeviceHeight.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:04:22 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssPaddingSideCSS3.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssPaddingSideCSS3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssPaddingSideCSS3.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssPaddingSideCSS3.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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2002/12/24 13:20:53 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 2.3 1997/09/08 09:15:48 plehegar - * Bug. Padding values cannot be negative - * - * Revision 2.2 1997/08/20 11:41:27 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:32 plehegar - * Nothing - * - * Revision 1.3 1997/08/06 17:30:16 plehegar - * Updated set, now it's a constructor - * - * Revision 1.2 1997/07/30 13:20:16 plehegar - * Updated package - * - * Revision 1.1 1997/07/24 01:28:20 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.properties.css1.CssProperty; Index: MediaColorIndex.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaColorIndex.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaColorIndex.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaColorIndex.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:05:40 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssFloatCSS3.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssFloatCSS3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssFloatCSS3.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssFloatCSS3.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,52 +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:20 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/12/24 13:44:39 sijtsche - * values changed - * - * Revision 1.1 2002/07/19 20:30:12 sijtsche - * files representing CSS3 properties - * - * Revision 1.1 2002/05/08 09:30:52 dejong - * CSS version 3 specific properties as in March 2002, all modules - * - * Revision 3.1 1997/08/29 13:13:44 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:21 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:15 plehegar - * Nothing - * - * Revision 1.3 1997/08/06 17:30:00 plehegar - * Updated set, now it's a constructor - * - * Revision 1.2 1997/07/30 13:19:56 plehegar - * Updated package - * - * Revision 1.1 1997/07/25 14:30:42 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaDeviceHeight.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaDeviceHeight.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaDeviceHeight.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaDeviceHeight.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:05:40 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssTextDecorationCSS3.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssTextDecorationCSS3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssTextDecorationCSS3.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssTextDecorationCSS3.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,52 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2002/08/07 14:22:12 sijtsche - * separate version for CSS3: lining values added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:05 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:29 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:35 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:21 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:19 plehegar - * Updated package - * - * Revision 1.2 1997/07/23 23:38:44 plehegar - * bug fix none - * - * Revision 1.1 1997/07/23 22:11:30 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMaxDeviceAspectRatio.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMaxDeviceAspectRatio.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMaxDeviceAspectRatio.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMaxDeviceAspectRatio.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:04:22 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssWidthCSS3.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssWidthCSS3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssWidthCSS3.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssWidthCSS3.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,52 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaGrid.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaGrid.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaGrid.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaGrid.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:05:40 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMaxColor.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMaxColor.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMaxColor.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMaxColor.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:05:40 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMinColor.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMinColor.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMinColor.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMinColor.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:02:55 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssLineBoxContain.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssLineBoxContain.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssLineBoxContain.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssLineBoxContain.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,40 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2002/07/19 20:30:12 sijtsche - * files representing CSS3 properties - * - * Revision 1.1 2002/05/08 09:30:52 dejong - * CSS version 3 specific properties as in March 2002, all modules - * - * Revision 3.1 1997/08/29 13:13:43 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:20 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:13 plehegar - * Nothing - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaDeviceAspectRatio.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaDeviceAspectRatio.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaDeviceAspectRatio.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaDeviceAspectRatio.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:05:40 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaWidth.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaWidth.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaWidth.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaWidth.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:01:44 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMaxColorIndex.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMaxColorIndex.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMaxColorIndex.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMaxColorIndex.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:05:40 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMinColorIndex.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMinColorIndex.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMinColorIndex.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMinColorIndex.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:02:55 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMinDeviceHeight.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMinDeviceHeight.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMinDeviceHeight.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMinDeviceHeight.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:02:55 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMinDeviceAspectRatio.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMinDeviceAspectRatio.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMinDeviceAspectRatio.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMinDeviceAspectRatio.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:02:55 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMinResolution.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMinResolution.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMinResolution.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMinResolution.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:02:55 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaScan.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaScan.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaScan.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaScan.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:01:44 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssPaddingCSS3.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssPaddingCSS3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssPaddingCSS3.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssPaddingCSS3.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2002/12/24 13:20:53 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:13:58 plehegar - * Freeze - * - * Revision 2.3 1997/08/26 13:57:30 plehegar - * Added setSelectors - * - * Revision 2.2 1997/08/20 11:41:27 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:30 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:14 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:13 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:47:34 plehegar - * ?? - * - * Revision 1.1 1997/07/24 01:28:24 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssSelectors; Index: CssPaddingLeftCSS3.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssPaddingLeftCSS3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssPaddingLeftCSS3.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssPaddingLeftCSS3.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,46 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2002/12/24 13:20:53 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:13:59 plehegar - * Freeze - * - * Revision 1.4 1997/08/20 11:41:27 plehegar - * Freeze - * - * Revision 1.3 1997/08/06 17:30:15 plehegar - * Updated set, now it's a constructor - * - * Revision 1.2 1997/07/30 13:20:15 plehegar - * Updated package - * - * Revision 1.1 1997/07/24 01:31:29 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMaxWidth.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMaxWidth.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMaxWidth.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMaxWidth.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:04:22 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssClearCSS3.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssClearCSS3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssClearCSS3.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssClearCSS3.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,43 +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:20 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/12/24 13:05:56 sijtsche - * value initial added - * - * Revision 1.1 2002/07/19 20:30:12 sijtsche - * files representing CSS3 properties - * - * Revision 1.1 2002/05/08 09:30:52 dejong - * CSS version 3 specific properties as in March 2002, all modules - * - * Revision 3.1 1997/08/29 13:13:43 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:20 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:13 plehegar - * Nothing - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaDeviceWidth.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaDeviceWidth.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaDeviceWidth.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaDeviceWidth.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:05:40 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMaxHeight.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMaxHeight.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMaxHeight.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMaxHeight.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:04:22 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssWordSpacingCSS3.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssWordSpacingCSS3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssWordSpacingCSS3.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssWordSpacingCSS3.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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2002/08/09 12:29:14 sijtsche - * extra value for word-spacing added, therefore separate CSS3 version - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:08 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:31 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:40 plehegar - * Nothing - * - * Revision 1.3 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.2 1997/07/30 13:20:24 plehegar - * Updated package - * - * Revision 1.1 1997/07/23 21:35:36 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssHeightCSS3.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssHeightCSS3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssHeightCSS3.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssHeightCSS3.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,52 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:13:49 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:23 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:20 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:05 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:03 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:41:58 plehegar - * bug fix - * - * Revision 1.1 1997/07/25 15:38:12 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaHeight.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaHeight.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaHeight.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaHeight.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:05:40 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssMarginOutside.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssMarginOutside.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssMarginOutside.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssMarginOutside.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,46 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2002/07/19 20:30:12 sijtsche - * files representing CSS3 properties - * - * Revision 1.1 2002/05/08 09:30:52 dejong - * CSS version 3 specific properties as in March 2002, all modules - * - * Revision 3.1 1997/08/29 13:13:56 plehegar - * Freeze - * - * Revision 1.4 1997/08/20 11:41:26 plehegar - * Freeze - * - * Revision 1.3 1997/08/06 17:30:12 plehegar - * Updated set, now it's a constructor - * - * Revision 1.2 1997/07/30 13:20:11 plehegar - * Updated package - * - * Revision 1.1 1997/07/24 00:08:48 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMonochrome.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMonochrome.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMonochrome.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMonochrome.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:01:44 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaColor.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaColor.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaColor.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaColor.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:05:40 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssMarginInside.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssMarginInside.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssMarginInside.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssMarginInside.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,46 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2002/07/19 20:30:12 sijtsche - * files representing CSS3 properties - * - * Revision 1.1 2002/05/08 09:30:52 dejong - * CSS version 3 specific properties as in March 2002, all modules - * - * Revision 3.1 1997/08/29 13:13:55 plehegar - * Freeze - * - * Revision 1.4 1997/08/20 11:41:26 plehegar - * Freeze - * - * Revision 1.3 1997/08/06 17:30:11 plehegar - * Updated set, now it's a constructor - * - * Revision 1.2 1997/07/30 13:20:10 plehegar - * Updated package - * - * Revision 1.1 1997/07/24 00:08:17 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: MediaMinHeight.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/MediaMinHeight.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- MediaMinHeight.java 23 Aug 2005 16:24:20 -0000 1.1 +++ MediaMinHeight.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,55 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2003/01/08 10:01:44 sijtsche - * new media feature for media queries - * - * Revision 1.1 2002/12/24 13:18:36 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:07 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:30 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:39 plehegar - * Nothing - * - * Revision 1.4 1997/08/06 17:30:25 plehegar - * Updated set, now it's a constructor - * - * Revision 1.3 1997/07/30 13:20:23 plehegar - * Updated package - * - * Revision 1.2 1997/07/25 15:44:54 plehegar - * bug fix in documentation - * - * Revision 1.1 1997/07/25 15:42:02 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssPaddingTopCSS3.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssPaddingTopCSS3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssPaddingTopCSS3.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssPaddingTopCSS3.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,46 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2002/12/24 13:20:53 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:14:01 plehegar - * Freeze - * - * Revision 1.4 1997/08/20 11:41:27 plehegar - * Freeze - * - * Revision 1.3 1997/08/06 17:30:17 plehegar - * Updated set, now it's a constructor - * - * Revision 1.2 1997/07/30 13:20:17 plehegar - * Updated package - * - * Revision 1.1 1997/07/24 01:32:19 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssPaddingBottomCSS3.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssPaddingBottomCSS3.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssPaddingBottomCSS3.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssPaddingBottomCSS3.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,46 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2002/12/24 13:20:53 sijtsche - * new version for CSS3: value initial added - * - * Revision 1.2 2002/04/08 21:17:44 plehegar - * New - * - * Revision 3.1 1997/08/29 13:13:58 plehegar - * Freeze - * - * Revision 1.4 1997/08/20 11:41:27 plehegar - * Freeze - * - * Revision 1.3 1997/08/06 17:30:14 plehegar - * Updated set, now it's a constructor - * - * Revision 1.2 1997/07/30 13:20:14 plehegar - * Updated package - * - * Revision 1.1 1997/07/24 01:30:58 plehegar - * Initial revision - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle; Index: CssLineHeightPolicy.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssLineHeightPolicy.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssLineHeightPolicy.java 23 Aug 2005 16:24:20 -0000 1.1 +++ CssLineHeightPolicy.java 8 Sep 2005 12:24:01 -0000 1.2 @@ -4,40 +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:20 ylafon - * Patch by Jean-Guilhem Rouel - * - * Better handling of media and properties files - * Major reorganization of those properties files - * - * Revision 1.2 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.1 2002/07/19 20:30:12 sijtsche - * files representing CSS3 properties - * - * Revision 1.1 2002/05/08 09:30:52 dejong - * CSS version 3 specific properties as in March 2002, all modules - * - * Revision 3.1 1997/08/29 13:13:43 plehegar - * Freeze - * - * Revision 2.2 1997/08/20 11:41:20 plehegar - * Freeze - * - * Revision 2.1 1997/08/08 15:52:13 plehegar - * Nothing - * - */ package org.w3c.css.properties.css3; import org.w3c.css.parser.CssStyle;
Received on Thursday, 8 September 2005 12:25:34 UTC