- From: CVS User ylafon <cvsmail@w3.org>
- Date: Wed, 02 Jan 2013 10:33:06 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/aural In directory roscoe:/tmp/cvs-serv25778/aural Modified Files: ACssStyle.java Removed Files: ACssSpeakPunctuation.java Log Message: speak-punctuation --- /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java 2012/12/21 15:55:47 1.10 +++ /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java 2013/01/02 10:33:06 1.11 @@ -1,5 +1,5 @@ // -// $Id: ACssStyle.java,v 1.10 2012/12/21 15:55:47 ylafon Exp $ +// $Id: ACssStyle.java,v 1.11 2013/01/02 10:33:06 ylafon Exp $ // From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr) // // (c) COPYRIGHT MIT and INRIA, 1997. @@ -14,7 +14,7 @@ import org.w3c.css.values.CssPercentage; /** - * @version $Revision: 1.10 $ + * @version $Revision: 1.11 $ */ public class ACssStyle extends Css1Style { @@ -28,7 +28,6 @@ ACssStress acssStress; ACssRichness acssRichness; - ACssSpeakPunctuation acssSpeakPunctuation; ACssSpeakDate acssSpeakDate; ACssSpeakNumeral acssSpeakNumeral; ACssSpeakTime acssSpeakTime; @@ -176,18 +175,6 @@ } /** - * Get the speak punctuation - */ - public ACssSpeakPunctuation getSpeakPunctuation() { - if (acssSpeakPunctuation == null) { - acssSpeakPunctuation = - (ACssSpeakPunctuation) style.CascadingOrder(new ACssSpeakPunctuation(), - style, selector); - } - return acssSpeakPunctuation; - } - - /** * Get the speak date */ public ACssSpeakDate getSpeakDate() {
Received on Wednesday, 2 January 2013 10:33:11 UTC