- From: CVS User ylafon <cvsmail@w3.org>
- Date: Sun, 06 Jan 2013 21:06:48 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/aural In directory roscoe:/tmp/cvs-serv28321/aural Modified Files: ACssStyle.java Removed Files: ACssPlayDuring.java Log Message: play-during --- /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java 2013/01/04 15:51:15 1.24 +++ /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java 2013/01/06 21:06:48 1.25 @@ -1,5 +1,5 @@ // -// $Id: ACssStyle.java,v 1.24 2013/01/04 15:51:15 ylafon Exp $ +// $Id: ACssStyle.java,v 1.25 2013/01/06 21:06:48 ylafon Exp $ // From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr) // // (c) COPYRIGHT MIT and INRIA, 1997. @@ -13,12 +13,11 @@ import org.w3c.css.util.Warnings; /** - * @version $Revision: 1.24 $ + * @version $Revision: 1.25 $ */ public class ACssStyle extends Css1Style { ACssVoiceFamily acssVoiceFamily; - ACssPlayDuring acssPlayDuring; ACssVoiceVolume acssVoiceVolume; ACssVoiceFamilyCSS3 acssVoiceFamilyCSS3; @@ -35,18 +34,6 @@ return acssVoiceFamily; } - /** - * Get the play during - */ - public ACssPlayDuring getPlayDuring() { - if (acssPlayDuring == null) { - acssPlayDuring = - (ACssPlayDuring) style.CascadingOrder(new ACssPlayDuring(), - style, selector); - } - return acssPlayDuring; - } - public ACssVoiceVolume getVoiceVolume() { if (acssVoiceVolume == null) { acssVoiceVolume =
Received on Sunday, 6 January 2013 21:06:49 UTC