- From: CVS User ylafon <cvsmail@w3.org>
- Date: Fri, 21 Dec 2012 15:55:47 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/aural
In directory roscoe:/tmp/cvs-serv700/aural
Modified Files:
ACssStyle.java
Removed Files:
ACssSpeechRate.java
Log Message:
speech-rate + deprecation in CSS3
--- /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java 2012/12/18 09:47:59 1.9
+++ /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java 2012/12/21 15:55:47 1.10
@@ -1,5 +1,5 @@
//
-// $Id: ACssStyle.java,v 1.9 2012/12/18 09:47:59 ylafon Exp $
+// $Id: ACssStyle.java,v 1.10 2012/12/21 15:55:47 ylafon Exp $
// From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr)
//
// (c) COPYRIGHT MIT and INRIA, 1997.
@@ -14,13 +14,12 @@
import org.w3c.css.values.CssPercentage;
/**
- * @version $Revision: 1.9 $
+ * @version $Revision: 1.10 $
*/
public class ACssStyle extends Css1Style {
ACssPause acssPause = new ACssPause(); // it's a macro
ACssCue acssCue = new ACssCue(); // it's a macro
- ACssSpeechRate acssSpeechRate;
ACssVoiceFamily acssVoiceFamily;
ACssPitch acssPitch;
ACssPitchRange acssPitchRange;
@@ -78,16 +77,6 @@
}
/**
- * Get the speech rate
- */
- public ACssSpeechRate getSpeechRate() {
- if (acssSpeechRate == null) {
- acssSpeechRate = (ACssSpeechRate) style.CascadingOrder(new ACssSpeechRate(), style, selector);
- }
- return acssSpeechRate;
- }
-
- /**
* Get the voice family
*/
public ACssVoiceFamily getVoiceFamily() {
Received on Friday, 21 December 2012 15:55:49 UTC