2002/css-validator/org/w3c/css/properties/aural ACssAzimuth.java,1.1,1.2 ACssCue.java,1.1,1.2 ACssCueAfter.java,1.1,1.2 ACssCueBefore.java,1.1,1.2 ACssElevation.java,1.2,1.3 ACssInterpretAs.java,1.1,1.2 ACssPause.java,1.1,1.2 ACssPauseAfter.java,1.1,1.2 ACssPauseBefore.java,1.1,1.2 ACssPhonemes.java,1.1,1.2 ACssPitch.java,1.1,1.2 ACssPitchRange.java,1.1,1.2 ACssPlayDuring.java,1.1,1.2 ACssProperty.java,1.1,1.2 ACssRichness.java,1.1,1.2 ACssSpeak.java,1.1,1.2 ACssSpeakCSS3.java,1.1,1.2 ACssSpeakDate.java,1.1,1.2 ACssSpeakNumeral.java,1.1,1.2 ACssSpeakPunctuation.java,1.1,1.2 ACssSpeakTime.java,1.1,1.2 ACssSpeechRate.java,1.1,1.2 ACssStress.java,1.1,1.2 ACssStyle.java,1.1,1.2 ACssVoiceBalance.java,1.1,1.2 ACssVoiceDuration.java,1.1,1.2 ACssVoiceFamily.java,1.1,1.2 ACssVoiceFamilyCSS3.java,1.1,1.2 ACssVoicePitchRange.java,1.1,1.2 ACssVoiceRate.java,1.1,1.2 ACssVoiceStress.java,1.1,1.2 ACssVoiceVolume.java,1.1,1.2 ACssVolume.java,1.1,1.2

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

Modified Files:
	ACssAzimuth.java ACssCue.java ACssCueAfter.java 
	ACssCueBefore.java ACssElevation.java ACssInterpretAs.java 
	ACssPause.java ACssPauseAfter.java ACssPauseBefore.java 
	ACssPhonemes.java ACssPitch.java ACssPitchRange.java 
	ACssPlayDuring.java ACssProperty.java ACssRichness.java 
	ACssSpeak.java ACssSpeakCSS3.java ACssSpeakDate.java 
	ACssSpeakNumeral.java ACssSpeakPunctuation.java 
	ACssSpeakTime.java ACssSpeechRate.java ACssStress.java 
	ACssStyle.java ACssVoiceBalance.java ACssVoiceDuration.java 
	ACssVoiceFamily.java ACssVoiceFamilyCSS3.java 
	ACssVoicePitchRange.java ACssVoiceRate.java 
	ACssVoiceStress.java ACssVoiceVolume.java ACssVolume.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: ACssRichness.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssRichness.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssRichness.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssRichness.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,25 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssStyle;

Index: ACssPauseAfter.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssPauseAfter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssPauseAfter.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssPauseAfter.java	8 Sep 2005 12:23:33 -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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.7  1997/08/25 13:53:03  plehegar
- * Added getValue()
- *
- * Revision 1.6  1997/08/22 15:00:09  plehegar
- * Bugs
- *
- * Revision 1.5  1997/08/22 14:57:32  plehegar
- * Added getPropertyInStyle()
- *
- * Revision 1.4  1997/08/21 21:13:25  plehegar
- * Added time
- *
- * Revision 1.3  1997/08/21 14:34:56  vmallet
- * Minor modifications so we could compile it.
- *
- * Revision 1.2  1997/08/14 13:19:05  plehegar
- * Added ACssPauseAfter(ACssPauseBefore)
- *
- * Revision 1.1  1997/08/14 12:58:44  plehegar
- * Initial revision
- *
- */
 
 package org.w3c.css.properties.aural;
 

Index: ACssVoiceDuration.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssVoiceDuration.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssVoiceDuration.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssVoiceDuration.java	8 Sep 2005 12:23:33 -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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * 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  2003/07/30 06:34:52  sijtsche
- * new speech property
- *
- * Revision 1.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.6  1997/08/25 13:52:36  plehegar
- * Added getValue()
- *
- * Revision 1.5  1997/08/22 15:00:35  plehegar
- * Bugs
- *
- * Revision 1.4  1997/08/22 14:58:25  plehegar
- * Added getPropertyInStyle()
- *
- * Revision 1.3  1997/08/21 21:13:38  plehegar
- * Added time
- *
- * Revision 1.2  1997/08/21 14:34:19  vmallet
- * Minor modifications so we could compile it.
- *
- * Revision 1.1  1997/08/14 12:58:48  plehegar
- * Initial revision
- *
- */
 
 package org.w3c.css.properties.aural;
 

Index: ACssPauseBefore.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssPauseBefore.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssPauseBefore.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssPauseBefore.java	8 Sep 2005 12:23:33 -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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.6  1997/08/25 13:52:36  plehegar
- * Added getValue()
- *
- * Revision 1.5  1997/08/22 15:00:35  plehegar
- * Bugs
- *
- * Revision 1.4  1997/08/22 14:58:25  plehegar
- * Added getPropertyInStyle()
- *
- * Revision 1.3  1997/08/21 21:13:38  plehegar
- * Added time
- *
- * Revision 1.2  1997/08/21 14:34:19  vmallet
- * Minor modifications so we could compile it.
- *
- * Revision 1.1  1997/08/14 12:58:48  plehegar
- * Initial revision
- *
- */
 
 package org.w3c.css.properties.aural;
 

Index: ACssPhonemes.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssPhonemes.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssPhonemes.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssPhonemes.java	8 Sep 2005 12:23:33 -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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * 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  2003/07/30 06:34:52  sijtsche
- * new speech property
- *
- * Revision 1.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.6  1997/08/25 13:52:36  plehegar
- * Added getValue()
- *
- * Revision 1.5  1997/08/22 15:00:35  plehegar
- * Bugs
- *
- * Revision 1.4  1997/08/22 14:58:25  plehegar
- * Added getPropertyInStyle()
- *
- * Revision 1.3  1997/08/21 21:13:38  plehegar
- * Added time
- *
- * Revision 1.2  1997/08/21 14:34:19  vmallet
- * Minor modifications so we could compile it.
- *
- * Revision 1.1  1997/08/14 12:58:48  plehegar
- * Initial revision
- *
- */
 
 package org.w3c.css.properties.aural;
 

Index: ACssPause.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssPause.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssPause.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssPause.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,50 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.7  1997/08/26 14:26:13  plehegar
- * Bug
- * Added setSelectors()
- *
- * Revision 1.6  1997/08/25 13:27:54  plehegar
- * Updated toString()
- *
- * Revision 1.5  1997/08/22 14:59:16  plehegar
- * Added getPropertyInStyle()
- *
- * Revision 1.4  1997/08/21 14:34:42  vmallet
- * Minor modifications so we could compile it.
- *
- * Revision 1.3  1997/08/14 13:30:48  plehegar
- * Updated setImportant()
- *
- * Revision 1.2  1997/08/14 13:24:21  plehegar
- * Added AddToStyle and setInfo
- *
- * Revision 1.1  1997/08/14 13:18:33  plehegar
- * Initial revision
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssPrinterStyle;

Index: ACssVoiceFamily.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssVoiceFamily.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssVoiceFamily.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssVoiceFamily.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,31 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.1  1997/08/25 13:40:59  plehegar
- * Initial revision
- *
- */
 
 package org.w3c.css.properties.aural;
 

Index: ACssSpeechRate.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssSpeechRate.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssSpeechRate.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssSpeechRate.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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.4  1997/08/25 13:51:32  plehegar
- * Added getValue()
- *
- * Revision 1.3  1997/08/22 18:01:18  plehegar
- * Updated
- *
- * Revision 1.2  1997/08/22 17:58:30  plehegar
- * Updated
- *
- * Revision 1.1  1997/08/22 17:07:38  plehegar
- * Initial revision
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssStyle;

Index: ACssVoiceVolume.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssVoiceVolume.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssVoiceVolume.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssVoiceVolume.java	8 Sep 2005 12:23:33 -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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.2  2005/08/08 13:18:04  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/25 13:20:38  sijtsche
- * new CSS3 speech property
- *
- * Revision 1.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.5  1997/08/23 03:09:36  vmallet
- * Added the 'usable' getValue() method.
- *
- * Revision 1.4  1997/08/22 17:57:50  plehegar
- * Updated
- *
- * Revision 1.3  1997/08/22 17:12:31  plehegar
- * Added documentation
- *
- * Revision 1.2  1997/08/22 14:54:33  plehegar
- * Added getPropertyInStyle()
- *
- * Revision 1.1  1997/08/20 18:41:36  plehegar
- * Initial revision
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssStyle;

Index: ACssStress.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStress.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssStress.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssStress.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,25 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssStyle;

Index: ACssVoiceRate.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssVoiceRate.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssVoiceRate.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssVoiceRate.java	8 Sep 2005 12:23:33 -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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.2  2005/08/08 13:18:04  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/28 14:56:30  sijtsche
- * new CSS3 speech property
- *
- * Revision 1.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.4  1997/08/25 13:51:32  plehegar
- * Added getValue()
- *
- * Revision 1.3  1997/08/22 18:01:18  plehegar
- * Updated
- *
- * Revision 1.2  1997/08/22 17:58:30  plehegar
- * Updated
- *
- * Revision 1.1  1997/08/22 17:07:38  plehegar
- * Initial revision
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssStyle;

Index: ACssAzimuth.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssAzimuth.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssAzimuth.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssAzimuth.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,26 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssStyle;

Index: ACssVoiceStress.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssVoiceStress.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssVoiceStress.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssVoiceStress.java	8 Sep 2005 12:23:33 -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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.2  2005/08/08 13:18:04  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/28 14:56:30  sijtsche
- * new CSS3 speech property
- *
- * Revision 1.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.4  1997/08/25 13:51:32  plehegar
- * Added getValue()
- *
- * Revision 1.3  1997/08/22 18:01:18  plehegar
- * Updated
- *
- * Revision 1.2  1997/08/22 17:58:30  plehegar
- * Updated
- *
- * Revision 1.1  1997/08/22 17:07:38  plehegar
- * Initial revision
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssStyle;

Index: ACssSpeakCSS3.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssSpeakCSS3.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssSpeakCSS3.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssSpeakCSS3.java	8 Sep 2005 12:23:33 -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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * 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  2003/07/25 13:22:55  sijtsche
- * extra values for property in CSS3
- *
- * Revision 1.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.5  1997/08/23 03:09:36  vmallet
- * Added the 'usable' getValue() method.
- *
- * Revision 1.4  1997/08/22 17:57:50  plehegar
- * Updated
- *
- * Revision 1.3  1997/08/22 17:12:31  plehegar
- * Added documentation
- *
- * Revision 1.2  1997/08/22 14:54:33  plehegar
- * Added getPropertyInStyle()
- *
- * Revision 1.1  1997/08/20 18:41:36  plehegar
- * Initial revision
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssStyle;

Index: ACssPitch.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssPitch.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssPitch.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssPitch.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,31 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.1  1997/08/22 18:11:54  plehegar
- * Initial revision
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssStyle;

Index: ACssVoiceBalance.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssVoiceBalance.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssVoiceBalance.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssVoiceBalance.java	8 Sep 2005 12:23:33 -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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * 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  2003/07/25 13:20:38  sijtsche
- * new CSS3 speech property
- *
- * Revision 1.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.5  1997/08/23 03:09:36  vmallet
- * Added the 'usable' getValue() method.
- *
- * Revision 1.4  1997/08/22 17:57:50  plehegar
- * Updated
- *
- * Revision 1.3  1997/08/22 17:12:31  plehegar
- * Added documentation
- *
- * Revision 1.2  1997/08/22 14:54:33  plehegar
- * Added getPropertyInStyle()
- *
- * Revision 1.1  1997/08/20 18:41:36  plehegar
- * Initial revision
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssStyle;

Index: ACssSpeakDate.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssSpeakDate.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssSpeakDate.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssSpeakDate.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,25 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- */
 
 package org.w3c.css.properties.aural;
 

Index: ACssSpeakNumeral.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssSpeakNumeral.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssSpeakNumeral.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssSpeakNumeral.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,25 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- */
 
 package org.w3c.css.properties.aural;
 

Index: ACssVoiceFamilyCSS3.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssVoiceFamilyCSS3.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssVoiceFamilyCSS3.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssVoiceFamilyCSS3.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,34 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.2  2005/08/08 13:18:04  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/28 14:20:12  sijtsche
- * new CSS3 speech property
- *
- * Revision 1.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.1  1997/08/25 13:40:59  plehegar
- * Initial revision
- *
- */
 
 package org.w3c.css.properties.aural;
 

Index: ACssInterpretAs.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssInterpretAs.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssInterpretAs.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssInterpretAs.java	8 Sep 2005 12:23:33 -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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * 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  2003/07/30 06:34:52  sijtsche
- * new speech property
- *
- * Revision 1.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.6  1997/08/25 13:52:36  plehegar
- * Added getValue()
- *
- * Revision 1.5  1997/08/22 15:00:35  plehegar
- * Bugs
- *
- * Revision 1.4  1997/08/22 14:58:25  plehegar
- * Added getPropertyInStyle()
- *
- * Revision 1.3  1997/08/21 21:13:38  plehegar
- * Added time
- *
- * Revision 1.2  1997/08/21 14:34:19  vmallet
- * Minor modifications so we could compile it.
- *
- * Revision 1.1  1997/08/14 12:58:48  plehegar
- * Initial revision
- *
- */
 
 package org.w3c.css.properties.aural;
 

Index: ACssPlayDuring.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssPlayDuring.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssPlayDuring.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssPlayDuring.java	8 Sep 2005 12:23:33 -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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.1  1997/08/25 13:03:48  plehegar
- * Initial revision
- *
- * Revision 1.6  1997/08/22 15:00:09  plehegar
- * Bugs
- *
- * Revision 1.5  1997/08/22 14:57:32  plehegar
- * Added getPropertyInStyle()
- *
- * Revision 1.4  1997/08/21 21:13:25  plehegar
- * Added time
- *
- * Revision 1.3  1997/08/21 14:34:56  vmallet
- * Minor modifications so we could compile it.
- *
- * Revision 1.2  1997/08/14 13:19:05  plehegar
- * Added ACssPauseBefore(ACssPauseBefore)
- *
- * Revision 1.1  1997/08/14 12:58:44  plehegar
- * Initial revision
- *
- */
 
 package org.w3c.css.properties.aural;
 

Index: ACssCueAfter.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssCueAfter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssCueAfter.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssCueAfter.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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.2  1997/08/26 14:26:55  plehegar
- * Bug in getValue()
- *
- * Revision 1.1  1997/08/25 13:03:54  plehegar
- * Initial revision
- *
- * Revision 1.6  1997/08/22 15:00:09  plehegar
- * Bugs
- *
- * Revision 1.5  1997/08/22 14:57:32  plehegar
- * Added getPropertyInStyle()
- *
- * Revision 1.4  1997/08/21 21:13:25  plehegar
- * Added time
- *
- * Revision 1.3  1997/08/21 14:34:56  vmallet
- * Minor modifications so we could compile it.
- *
- * Revision 1.2  1997/08/14 13:19:05  plehegar
- * Added ACssPauseAfter(ACssPauseBefore)
- *
- * Revision 1.1  1997/08/14 12:58:44  plehegar
- * Initial revision
- *
- */
 
 package org.w3c.css.properties.aural;
 

Index: ACssCue.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssCue.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssCue.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssCue.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,39 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.3  1997/08/26 14:25:43  plehegar
- * Bug
- * Added setSelectors()
- *
- * Revision 1.2  1997/08/25 13:27:40  plehegar
- * Minor bug
- *
- * Revision 1.1  1997/08/25 13:04:31  plehegar
- * Initial revision
- *
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssPrinterStyle;

Index: ACssVoicePitchRange.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssVoicePitchRange.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssVoicePitchRange.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssVoicePitchRange.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,34 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.2  2005/08/08 13:18:04  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/28 14:56:30  sijtsche
- * new CSS3 speech property
- *
- * Revision 1.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.1  1997/08/22 18:11:54  plehegar
- * Initial revision
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssStyle;

Index: ACssPitchRange.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssPitchRange.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssPitchRange.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssPitchRange.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,25 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssStyle;

Index: ACssSpeakTime.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssSpeakTime.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssSpeakTime.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssSpeakTime.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,25 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- */
 
 package org.w3c.css.properties.aural;
 

Index: ACssVolume.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssVolume.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssVolume.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssVolume.java	8 Sep 2005 12:23:33 -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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  2005/08/08 13:18:04  ylafon
- * All those changed made by Jean-Guilhem Rouel:
- *
- * Huge patch, imports fixed (automatic)
- * Bug fixed: 372, 920, 778, 287, 696, 764, 233
- * Partial bug fix for 289
- *
- * Issue with "inherit" in CSS2.
- * The validator now checks the number of values (extraneous values were previously ignored)
- *
- * Revision 1.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.5  1997/08/23 03:09:36  vmallet
- * Added the 'usable' getValue() method.
- *
- * Revision 1.4  1997/08/22 17:57:50  plehegar
- * Updated
- *
- * Revision 1.3  1997/08/22 17:12:31  plehegar
- * Added documentation
- *
- * Revision 1.2  1997/08/22 14:54:33  plehegar
- * Added getPropertyInStyle()
- *
- * Revision 1.1  1997/08/20 18:41:36  plehegar
- * Initial revision
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssStyle;

Index: ACssStyle.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssStyle.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssStyle.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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.6  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.5  2003/07/30 06:54:50  sijtsche
- * new properties added
- *
- * Revision 1.4  2003/07/28 14:55:50  sijtsche
- * new properties and CSS3 property versions added
- *
- * Revision 1.3  2003/07/28 14:21:52  sijtsche
- * new properties and CSS3 property versions added
- *
- * Revision 1.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.6  1997/08/26 14:25:55  plehegar
- * nothing
- *
- * Revision 1.5  1997/08/22 18:11:29  plehegar
- * Added speech-rate and pitch
- *
- * Revision 1.4  1997/08/22 15:24:21  plehegar
- * Udpated
- *
- * Revision 1.3  1997/08/22 15:05:41  plehegar
- * Updated
- *
- * Revision 1.2  1997/08/21 21:12:01  vmallet
- * Minor modifications so we could compile it.
- *
- * Revision 1.1  1997/08/20 18:42:05  plehegar
- * Initial revision
- *
- */
 package org.w3c.css.properties.aural;
 
 import java.util.Enumeration;

Index: ACssCueBefore.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssCueBefore.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssCueBefore.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssCueBefore.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,31 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.1  1997/08/14 12:58:44  plehegar
- * Initial revision
- *
- */
 
 package org.w3c.css.properties.aural;
 

Index: ACssProperty.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssProperty.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssProperty.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssProperty.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,21 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.1  1997/08/26 15:57:58  plehegar
- * Initial revision
- *
- */
 
 package org.w3c.css.properties.aural;
 

Index: ACssSpeak.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssSpeak.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssSpeak.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssSpeak.java	8 Sep 2005 12:23:33 -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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- * Revision 2.1  1997/08/29 13:11:50  plehegar
- * Updated
- *
- * Revision 1.5  1997/08/23 03:09:36  vmallet
- * Added the 'usable' getValue() method.
- *
- * Revision 1.4  1997/08/22 17:57:50  plehegar
- * Updated
- *
- * Revision 1.3  1997/08/22 17:12:31  plehegar
- * Added documentation
- *
- * Revision 1.2  1997/08/22 14:54:33  plehegar
- * Added getPropertyInStyle()
- *
- * Revision 1.1  1997/08/20 18:41:36  plehegar
- * Initial revision
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssStyle;

Index: ACssElevation.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssElevation.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ACssElevation.java	26 Aug 2005 14:09:49 -0000	1.2
+++ ACssElevation.java	8 Sep 2005 12:23:33 -0000	1.3
@@ -4,43 +4,6 @@
 //
 // (c) COPYRIGHT MIT and INRIA, 1997.
 // Please first read the full copyright statement in file COPYRIGHT.html
-/*
- * $Log$
- * Revision 1.2  2005/08/26 14:09:49  ylafon
- * All changes made by Jean-Guilhem Rouel:
- *
- * Fix for bugs: 1269, 979, 791, 777, 776, 767, 765, 763, 576, 363
- *
- * Errors in font, the handling of 'transparent', CSS Parser reinits...
- *
- * http://www.w3.org/Bugs/Public/show_bug.cgi?id=1269
- * http://www.w3.org/Bugs/Public/show_bug.cgi?id=979
- * http://www.w3.org/Bugs/Public/show_bug.cgi?id=791
- * http://www.w3.org/Bugs/Public/show_bug.cgi?id=777
- * http://www.w3.org/Bugs/Public/show_bug.cgi?id=776
- * http://www.w3.org/Bugs/Public/show_bug.cgi?id=767
- * http://www.w3.org/Bugs/Public/show_bug.cgi?id=765
- * http://www.w3.org/Bugs/Public/show_bug.cgi?id=763
- * http://www.w3.org/Bugs/Public/show_bug.cgi?id=576
- * http://www.w3.org/Bugs/Public/show_bug.cgi?id=363
- *
- * Revision 1.1  2005/08/23 16:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- */
 package org.w3c.css.properties.aural;
 
 import org.w3c.css.parser.CssStyle;

Index: ACssSpeakPunctuation.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssSpeakPunctuation.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ACssSpeakPunctuation.java	23 Aug 2005 16:51:43 -0000	1.1
+++ ACssSpeakPunctuation.java	8 Sep 2005 12:23:33 -0000	1.2
@@ -4,25 +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:51:43  ylafon
- * reorg (cvs funkyness...)
- *
- * Revision 1.3  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.2  2002/04/08 21:16:56  plehegar
- * New
- *
- */
 
 package org.w3c.css.properties.aural;
 

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