2002/css-validator/org/w3c/css/properties/aural ACssStyle.java,1.6,1.7 ACssElevation.java,1.5,NONE

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

Modified Files:
	ACssStyle.java 
Removed Files:
	ACssElevation.java 
Log Message:
moved 'elevation' added @spec keywork in files with link to the spec it followed

--- ACssElevation.java DELETED ---

Index: ACssStyle.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/aural/ACssStyle.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ACssStyle.java	9 Sep 2011 12:16:43 -0000	1.6
+++ ACssStyle.java	11 Sep 2011 20:30:22 -0000	1.7
@@ -21,7 +21,6 @@
   ACssVolume acssVolume;
   ACssPause  acssPause = new ACssPause(); // it's a macro
   ACssCue  acssCue = new ACssCue(); // it's a macro
-  ACssElevation acssElevation;
   ACssSpeechRate acssSpeechRate;
   ACssVoiceFamily acssVoiceFamily;
   ACssPitch acssPitch;
@@ -92,18 +91,6 @@
   }
 
   /**
-   * Get the elevation
-   */
-  public ACssElevation getElevation() {
-    if (acssElevation == null) {
-      acssElevation =
-	(ACssElevation) style.CascadingOrder(new ACssElevation(),
-					     style, selector);
-    }
-    return acssElevation;
-  }
-
-  /**
    * Get the speech rate
    */
   public ACssSpeechRate getSpeechRate() {

Received on Sunday, 11 September 2011 20:30:26 UTC