- From: CVS User ylafon <cvsmail@w3.org>
- Date: Wed, 02 Jan 2013 13:32:29 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/aural
In directory roscoe:/tmp/cvs-serv28853/aural
Modified Files:
ACssStyle.java
Removed Files:
ACssStress.java
Log Message:
stress
--- /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java 2013/01/02 12:44:13 1.13
+++ /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java 2013/01/02 13:32:29 1.14
@@ -1,5 +1,5 @@
//
-// $Id: ACssStyle.java,v 1.13 2013/01/02 12:44:13 ylafon Exp $
+// $Id: ACssStyle.java,v 1.14 2013/01/02 13:32:29 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.13 $
+ * @version $Revision: 1.14 $
*/
public class ACssStyle extends Css1Style {
@@ -25,8 +25,6 @@
ACssPitchRange acssPitchRange;
ACssPlayDuring acssPlayDuring;
- ACssStress acssStress;
-
ACssSpeakDate acssSpeakDate;
ACssSpeakTime acssSpeakTime;
@@ -149,18 +147,6 @@
}
/**
- * Get the stress
- */
- public ACssStress getStress() {
- if (acssStress == null) {
- acssStress =
- (ACssStress) style.CascadingOrder(new ACssStress(),
- style, selector);
- }
- return acssStress;
- }
-
- /**
* Get the speak date
*/
public ACssSpeakDate getSpeakDate() {
Received on Wednesday, 2 January 2013 13:32:30 UTC