2002/css-validator/org/w3c/css/properties/atsc ATSCColor.java,1.1,1.2 CssBackgroundATSC.java,1.1,1.2 CssBackgroundAttachmentATSC.java,1.1,1.2 CssBackgroundColorATSC.java,1.1,1.2 CssBackgroundImageATSC.java,1.1,1.2 CssBackgroundPositionATSC.java,1.1,1.2 CssBackgroundRepeatATSC.java,1.1,1.2 CssBorderATSC.java,1.1,1.2 CssBorderBottomATSC.java,1.1,1.2 CssBorderBottomColorATSC.java,1.1,1.2 CssBorderBottomStyleATSC.java,1.1,1.2 CssBorderBottomWidthATSC.java,1.1,1.2 CssBorderColorATSC.java,1.1,1.2 CssBorderFaceColorATSC.java,1.1,1.2 CssBorderFaceStyleATSC.java,1.1,1.2 CssBorderFaceWidthATSC.java,1.1,1.2 CssBorderLeftATSC.java,1.1,1.2 CssBorderLeftColorATSC.java,1.1,1.2 CssBorderLeftStyleATSC.java,1.1,1.2 CssBorderLeftWidthATSC.java,1.1,1.2 CssBorderRightATSC.java,1.1,1.2 CssBorderRightColorATSC.java,1.1,1.2 CssBorderRightStyleATSC.java,1.1,1.2 CssBorderRightWidthATSC.java,1.1,1.2 CssBorderStyleATSC.java,1.1,1.2 CssBorderTopATSC.java,1.1,1.2 CssBorderTopColorATSC.java,1.1,1.2 CssBorderTopStyleATSC.java,1.1

Update of /sources/public/2002/css-validator/org/w3c/css/properties/atsc
In directory hutz:/tmp/cvs-serv8236/org/w3c/css/properties/atsc

Modified Files:
	ATSCColor.java CssBackgroundATSC.java 
	CssBackgroundAttachmentATSC.java CssBackgroundColorATSC.java 
	CssBackgroundImageATSC.java CssBackgroundPositionATSC.java 
	CssBackgroundRepeatATSC.java CssBorderATSC.java 
	CssBorderBottomATSC.java CssBorderBottomColorATSC.java 
	CssBorderBottomStyleATSC.java CssBorderBottomWidthATSC.java 
	CssBorderColorATSC.java CssBorderFaceColorATSC.java 
	CssBorderFaceStyleATSC.java CssBorderFaceWidthATSC.java 
	CssBorderLeftATSC.java CssBorderLeftColorATSC.java 
	CssBorderLeftStyleATSC.java CssBorderLeftWidthATSC.java 
	CssBorderRightATSC.java CssBorderRightColorATSC.java 
	CssBorderRightStyleATSC.java CssBorderRightWidthATSC.java 
	CssBorderStyleATSC.java CssBorderTopATSC.java 
	CssBorderTopColorATSC.java CssBorderTopStyleATSC.java 
	CssBorderTopWidthATSC.java CssBorderWidthATSC.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: CssBorderLeftATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderLeftATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderLeftATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderLeftATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,49 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 10:54:47  plehegar
- * Added getColor, getStyle and getWidth
- *
- * Revision 3.1  1997/08/29 13:13:36  plehegar
- * Freeze
- *
- * Revision 2.3  1997/08/26 14:05:40  plehegar
- * Added setSelectors()
- *
- * Revision 2.2  1997/08/20 11:41:18  plehegar
- * Freeze
- *
- * Revision 1.2  1997/08/06 17:29:55  plehegar
- * Updated set, now it's a constructor
- *
- * Revision 1.1  1997/07/28 21:37:28  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssPrinterStyle;

Index: ATSCColor.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/ATSCColor.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ATSCColor.java	23 Aug 2005 16:23:11 -0000	1.1
+++ ATSCColor.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,64 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:17  dejong
- * ATSC TV profile objects
- *
- * Revision 3.3  1997/09/09 13:03:38  plehegar
- * Added getColor()
- *
- * Revision 3.2  1997/09/08 14:03:51  plehegar
- * Suppressed a conflict
- *
- * Revision 3.1  1997/08/29 13:13:43  plehegar
- * Freeze
- *
- * Revision 2.2  1997/08/20 11:41:21  plehegar
- * Freeze
- *
- * Revision 2.1  1997/08/08 15:52:14  plehegar
- * Nothing
- *
- * Revision 1.6  1997/08/06 17:29:57  plehegar
- * Updated set, now it's a constructor
- *
- * Revision 1.5  1997/07/31 15:44:29  plehegar
- * CssColors --> CssColor
- *
- * Revision 1.4  1997/07/30 13:19:53  plehegar
- * Updated package
- *
- * Revision 1.3  1997/07/22 17:53:08  plehegar
- * Bug fix in documentation
- *
- * Revision 1.2  1997/07/22 11:21:01  plehegar
- * Updated documentation
- *
- * Revision 1.1  1997/07/21 22:07:26  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssStyle;

Index: CssBorderColorATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderColorATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderColorATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderColorATSC.java	8 Sep 2005 12:23:33 -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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.1  1997/08/29 13:13:34  plehegar
- * Freeze
- *
- * Revision 2.3  1997/08/26 13:59:05  plehegar
- * Added setSelectors()
- *
- * Revision 2.2  1997/08/20 11:41:17  plehegar
- * Freeze
- *
- */
 
 package org.w3c.css.properties.atsc;
 

Index: CssBorderRightColorATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderRightColorATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderRightColorATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderRightColorATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,43 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.3  1997/09/09 10:52:03  plehegar
- * bugs
- *
- * Revision 3.2  1997/09/09 10:51:43  plehegar
- * Added getColor()
- *
- * Revision 3.1  1997/08/29 13:13:38  plehegar
- * Freeze
- *
- * Revision 1.1  1997/08/20 11:41:19  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssPrinterStyle;

Index: CssBackgroundPositionATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBackgroundPositionATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBackgroundPositionATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBackgroundPositionATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,61 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.2  2002/05/31 12:33:18  dejong
- * missing import statement added
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.1  1997/08/29 13:13:31  plehegar
- * Freeze
- *
- * Revision 2.3  1997/08/21 08:30:35  plehegar
- * Updated equals
- *
- * Revision 2.2  1997/08/20 11:41:14  plehegar
- * Freeze
- *
- * Revision 2.1  1997/08/08 15:52:04  plehegar
- * Nothing
- *
- * Revision 1.5  1997/08/06 17:29:49  plehegar
- * Updated set, now it's a constructor
- *
- * Revision 1.4  1997/07/30 13:19:46  plehegar
- * Updated package
- *
- * Revision 1.3  1997/07/23 21:01:51  plehegar
- * Updated numbers
- *
- * Revision 1.2  1997/07/23 19:27:33  plehegar
- * Updated documentation
- *
- * Revision 1.1  1997/07/23 19:22:30  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssStyle;

Index: CssBackgroundRepeatATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBackgroundRepeatATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBackgroundRepeatATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBackgroundRepeatATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,49 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.1  1997/08/29 13:13:31  plehegar
- * Freeze
- *
- * Revision 2.2  1997/08/20 11:41:14  plehegar
- * Freeze
- *
- * Revision 2.1  1997/08/08 15:52:05  plehegar
- * Nothing
- *
- * Revision 1.3  1997/08/06 17:29:50  plehegar
- * Updated set, now it's a constructor
- *
- * Revision 1.2  1997/07/30 13:19:47  plehegar
- * Updated package
- *
- * Revision 1.1  1997/07/22 12:36:48  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssStyle;

Index: CssBorderLeftStyleATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderLeftStyleATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderLeftStyleATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderLeftStyleATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,40 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 11:01:31  plehegar
- * Added getStyle()
- *
- * Revision 3.1  1997/08/29 13:13:37  plehegar
- * Freeze
- *
- * Revision 1.1  1997/08/20 11:41:18  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssStyle;

Index: CssBorderTopWidthATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderTopWidthATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderTopWidthATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderTopWidthATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,40 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 08:45:08  plehegar
- * Added getValue()
- *
- * Revision 3.1  1997/08/29 13:13:42  plehegar
- * Freeze
- *
- * Revision 2.2  1997/08/20 11:41:20  plehegar
- * Freeze
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssStyle;

Index: CssBorderStyleATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderStyleATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderStyleATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderStyleATSC.java	8 Sep 2005 12:23:33 -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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.1  1997/08/29 13:13:40  plehegar
- * Freeze
- *
- * Revision 2.3  1997/08/26 13:59:15  plehegar
- * Added setSelectors()
- *
- * Revision 2.2  1997/08/20 11:41:19  plehegar
- * Freeze
- *
- */
 
 package org.w3c.css.properties.atsc;
 

Index: CssBorderFaceWidthATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderFaceWidthATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderFaceWidthATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderFaceWidthATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,46 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 2.3  1997/09/09 08:43:07  plehegar
- * Added getValue()
- *
- * Revision 2.2  1997/08/20 11:41:17  plehegar
- * Freeze
- *
- * Revision 2.1  1997/08/08 15:52:08  plehegar
- * Nothing
- *
- * Revision 1.2  1997/07/30 13:19:50  plehegar
- * Updated package
- *
- * Revision 1.1  1997/07/25 12:34:40  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.properties.css1.CssProperty;

Index: CssBorderLeftWidthATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderLeftWidthATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderLeftWidthATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderLeftWidthATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,40 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 10:57:12  plehegar
- * Added getValue()
- *
- * Revision 3.1  1997/08/29 13:13:38  plehegar
- * Freeze
- *
- * Revision 1.4  1997/08/20 11:41:18  plehegar
- * Freeze
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssStyle;

Index: CssBorderTopStyleATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderTopStyleATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderTopStyleATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderTopStyleATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,40 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 08:52:16  plehegar
- * Added getStyle()
- *
- * Revision 3.1  1997/08/29 13:13:42  plehegar
- * Freeze
- *
- * Revision 1.1  1997/08/20 11:41:20  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssStyle;

Index: CssBackgroundAttachmentATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBackgroundAttachmentATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBackgroundAttachmentATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBackgroundAttachmentATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,49 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.1  1997/08/29 13:13:28  plehegar
- * Freeze
- *
- * Revision 2.2  1997/08/20 11:41:12  plehegar
- * Freeze
- *
- * Revision 2.1  1997/08/08 15:52:02  plehegar
- * Nothing
- *
- * Revision 1.3  1997/08/06 17:29:46  plehegar
- * Updated set, now it's a constructor
- *
- * Revision 1.2  1997/07/30 13:19:44  plehegar
- * Updated package
- *
- * Revision 1.1  1997/07/22 17:50:35  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssStyle;

Index: CssBorderRightStyleATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderRightStyleATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderRightStyleATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderRightStyleATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,40 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 11:00:52  plehegar
- * Added getStyle()
- *
- * Revision 3.1  1997/08/29 13:13:39  plehegar
- * Freeze
- *
- * Revision 1.1  1997/08/20 11:41:19  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssStyle;

Index: CssBorderBottomStyleATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderBottomStyleATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderBottomStyleATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderBottomStyleATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,40 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 11:01:13  plehegar
- * Added getStyle()
- *
- * Revision 3.1  1997/08/29 13:13:33  plehegar
- * Freeze
- *
- * Revision 1.1  1997/08/20 11:41:16  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssStyle;

Index: CssBackgroundImageATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBackgroundImageATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBackgroundImageATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBackgroundImageATSC.java	8 Sep 2005 12:23:33 -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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.1  1997/08/29 13:13:30  plehegar
- * Freeze
- *
- * Revision 2.2  1997/08/20 11:41:13  plehegar
- * Freeze
- *
- * Revision 2.1  1997/08/08 15:52:03  plehegar
- * Nothing
- *
- * Revision 1.5  1997/08/06 17:29:48  plehegar
- * Updated set, now it's a constructor
- *
- * Revision 1.4  1997/07/30 13:19:45  plehegar
- * Updated package
- *
- * Revision 1.3  1997/07/23 23:38:35  plehegar
- * bug fix
- *
- * Revision 1.2  1997/07/23 23:34:19  plehegar
- * bug fix "none"
- *
- * Revision 1.1  1997/07/22 17:51:17  plehegar
- * Initial revision
- *
- */
 
 package org.w3c.css.properties.atsc;
 

Index: CssBorderTopATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderTopATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderTopATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderTopATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,52 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.3  1997/09/09 10:53:51  plehegar
- * Added getColor, getStyle and getWidth
- *
- * Revision 3.2  1997/09/09 08:38:02  plehegar
- * Added getColor()
- *
- * Revision 3.1  1997/08/29 13:13:41  plehegar
- * Freeze
- *
- * Revision 1.4  1997/08/26 14:01:14  plehegar
- * Added setSelectors()
- *
- * Revision 1.3  1997/08/20 11:41:19  plehegar
- * Freeze
- *
- * Revision 1.2  1997/08/06 17:29:55  plehegar
- * Updated set, now it's a constructor
- *
- * Revision 1.1  1997/07/28 21:37:28  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssPrinterStyle;

Index: CssBorderBottomWidthATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderBottomWidthATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderBottomWidthATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderBottomWidthATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,40 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 10:56:46  plehegar
- * Added getValue()
- *
- * Revision 3.1  1997/08/29 13:13:34  plehegar
- * Freeze
- *
- * Revision 1.4  1997/08/20 11:41:16  plehegar
- * Freeze
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssStyle;

Index: CssBorderATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,47 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 08:34:26  plehegar
- * Added get*
- *
- * Revision 3.1  1997/08/29 13:13:32  plehegar
- * Freeze
- *
- * Revision 2.3  1997/08/26 14:05:15  plehegar
- * Added setSelectors()
- *
- * Revision 2.2  1997/08/20 11:41:15  plehegar
- * Freeze
- *
- * Revision 2.1  1997/08/08 15:52:05  plehegar
- * Nothing
- *
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssPrinterStyle;

Index: CssBorderLeftColorATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderLeftColorATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderLeftColorATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderLeftColorATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,40 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 10:52:21  plehegar
- * Added getColor()
- *
- * Revision 3.1  1997/08/29 13:13:37  plehegar
- * Freeze
- *
- * Revision 1.1  1997/08/20 11:41:18  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssPrinterStyle;

Index: CssBorderFaceStyleATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderFaceStyleATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderFaceStyleATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderFaceStyleATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,46 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 2.3  1997/09/09 08:50:28  plehegar
- * Added getStyle()
- *
- * Revision 2.2  1997/08/20 11:41:17  plehegar
- * Freeze
- *
- * Revision 2.1  1997/08/08 15:52:08  plehegar
- * Nothing
- *
- * Revision 1.2  1997/07/30 13:19:52  plehegar
- * Updated package
- *
- * Revision 1.1  1997/07/25 12:34:00  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.util.ApplContext;

Index: CssBorderRightWidthATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderRightWidthATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderRightWidthATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderRightWidthATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,40 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 10:56:24  plehegar
- * Added getValue()
- *
- * Revision 3.1  1997/08/29 13:13:39  plehegar
- * Freeze
- *
- * Revision 1.4  1997/08/20 11:41:19  plehegar
- * Freeze
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssStyle;

Index: CssBorderFaceColorATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderFaceColorATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderFaceColorATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderFaceColorATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,37 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 2.2  1997/08/20 11:41:17  plehegar
- * Freeze
- *
- * Revision 2.1  1997/08/08 15:52:08  plehegar
- * Nothing
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.properties.css1.CssProperty;

Index: CssBorderBottomColorATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderBottomColorATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderBottomColorATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderBottomColorATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,40 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 10:52:45  plehegar
- * Added getColor()
- *
- * Revision 3.1  1997/08/29 13:13:33  plehegar
- * Freeze
- *
- * Revision 1.1  1997/08/20 11:41:16  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssPrinterStyle;

Index: CssBorderRightATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderRightATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderRightATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderRightATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,49 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 10:54:11  plehegar
- * Added getColor, getStyle and getWidth
- *
- * Revision 3.1  1997/08/29 13:13:38  plehegar
- * Freeze
- *
- * Revision 2.3  1997/08/26 14:05:46  plehegar
- * Added setSelectors()
- *
- * Revision 2.2  1997/08/20 11:41:18  plehegar
- * Freeze
- *
- * Revision 1.2  1997/08/06 17:29:55  plehegar
- * Updated set, now it's a constructor
- *
- * Revision 1.1  1997/07/28 21:37:28  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssPrinterStyle;

Index: CssBackgroundColorATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBackgroundColorATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBackgroundColorATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBackgroundColorATSC.java	8 Sep 2005 12:23:33 -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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.3  1997/09/09 13:03:57  plehegar
- * Added getColor()
- *
- * Revision 3.2  1997/09/08 14:03:45  plehegar
- * Suppressed a conflict
- *
- * Revision 3.1  1997/08/29 13:13:29  plehegar
- * Freeze
- *
- * Revision 2.2  1997/08/20 11:41:12  plehegar
- * Freeze
- *
- * Revision 2.1  1997/08/08 15:52:03  plehegar
- * Nothing
- *
- * Revision 1.3  1997/08/06 17:29:47  plehegar
- * Updated set, now it's a constructor
- *
- * Revision 1.2  1997/07/30 13:19:44  plehegar
- * Updated package
- *
- * Revision 1.1  1997/07/22 11:20:50  plehegar
- * Initial revision
- *
- */
 
 package org.w3c.css.properties.atsc;
 

Index: CssBorderWidthATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderWidthATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderWidthATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderWidthATSC.java	8 Sep 2005 12:23:33 -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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.1  1997/08/29 13:13:43  plehegar
- * Freeze
- *
- * Revision 2.3  1997/08/26 13:58:13  plehegar
- * Added setSelectors()
- *
- * Revision 2.2  1997/08/20 11:41:20  plehegar
- * Freeze
- *
- * Revision 2.1  1997/08/08 15:52:13  plehegar
- * Nothing
- *
- * Revision 1.3  1997/08/06 17:29:57  plehegar
- * Updated set, now it's a constructor
- *
- * Revision 1.2  1997/07/30 13:19:53  plehegar
- * Updated package
- *
- * Revision 1.1  1997/07/25 11:20:18  plehegar
- * Initial revision
- *
- */
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssPrinterStyle;

Index: CssBorderTopColorATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderTopColorATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderTopColorATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderTopColorATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,40 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 08:37:17  plehegar
- * Added getColor()
- *
- * Revision 3.1  1997/08/29 13:13:41  plehegar
- * Freeze
- *
- * Revision 1.1  1997/08/20 11:41:20  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssPrinterStyle;

Index: CssBorderBottomATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBorderBottomATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBorderBottomATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBorderBottomATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,49 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 10:54:31  plehegar
- * Added getColor, getStyle and getWidth
- *
- * Revision 3.1  1997/08/29 13:13:32  plehegar
- * Freeze
- *
- * Revision 2.3  1997/08/26 14:05:54  plehegar
- * Added setSelectors()
- *
- * Revision 2.2  1997/08/20 11:41:15  plehegar
- * Freeze
- *
- * Revision 1.2  1997/08/06 17:29:55  plehegar
- * Updated set, now it's a constructor
- *
- * Revision 1.1  1997/07/28 21:37:28  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssPrinterStyle;

Index: CssBackgroundATSC.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/atsc/CssBackgroundATSC.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssBackgroundATSC.java	23 Aug 2005 16:23:11 -0000	1.1
+++ CssBackgroundATSC.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,55 +4,7 @@
 //
 // (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:23:11  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:03  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/24 14:42:28  sijtsche
- * ATSC TV profile files
- *
- * Revision 1.1  2002/05/31 09:00:16  dejong
- * ATSC TV profile objects
- *
- * Revision 3.2  1997/09/09 13:03:45  plehegar
- * Added getColor()
- *
- * Revision 3.1  1997/08/29 13:13:28  plehegar
- * Freeze
- *
- * Revision 2.3  1997/08/26 13:55:55  plehegar
- * Added setSelectors()
- *
- * Revision 2.2  1997/08/20 11:41:11  plehegar
- * Freeze
- *
- * Revision 2.1  1997/08/08 15:52:01  plehegar
- * Nothing
- *
- * Revision 1.3  1997/08/06 17:29:45  plehegar
- * Updated set, now it's a constructor
- *
- * Revision 1.2  1997/07/30 13:19:43  plehegar
- * Updated package
- *
- * Revision 1.1  1997/07/23 21:17:04  plehegar
- * Initial revision
- *
- */
+
 package org.w3c.css.properties.atsc;
 
 import org.w3c.css.parser.CssPrinterStyle;

Received on Thursday, 8 September 2005 12:25:19 UTC