- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 11 Sep 2011 20:30:25 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/css1 In directory hutz:/tmp/cvs-serv9379/org/w3c/css/properties/css1 Modified Files: Css1Style.java Log Message: moved 'elevation' added @spec keywork in files with link to the spec it followed Index: Css1Style.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css1/Css1Style.java,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Css1Style.java 9 Sep 2011 12:16:43 -0000 1.21 +++ Css1Style.java 11 Sep 2011 20:30:22 -0000 1.22 @@ -18,6 +18,7 @@ import org.w3c.css.properties.css.CssBackgroundRepeat; import org.w3c.css.properties.css.CssDirection; import org.w3c.css.properties.css.CssDisplay; +import org.w3c.css.properties.css.CssElevation; import org.w3c.css.properties.css.CssProperty; import org.w3c.css.properties.css.CssZIndex; import org.w3c.css.properties.css2.CssBackgroundAttachmentCSS2; @@ -42,11 +43,6 @@ public class Css1Style extends CssStyle { /** - * aural properties - */ - public CssAzimuth cssAzimuth; - - /** * Font properties */ public CssFont cssFont = new CssFont(); @@ -293,21 +289,6 @@ public String[] emptyArray = {}; - /** - * aural properties - * - */ - - /** - * Get the azimuth - */ - public CssAzimuth getAzimuth() { - if (cssAzimuth == null) { - cssAzimuth = (CssAzimuth) style.CascadingOrder(new CssAzimuth(), - style, selector); - } - return cssAzimuth; - } /* * Font Properties */
Received on Sunday, 11 September 2011 20:30:26 UTC