- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 11 Sep 2011 20:38:56 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/css21 In directory hutz:/tmp/cvs-serv10514/org/w3c/css/properties/css21 Modified Files: CssElevation.java Log Message: added css2 elevation + typo fixed Index: CssElevation.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css21/CssElevation.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssElevation.java 11 Sep 2011 20:30:23 -0000 1.1 +++ CssElevation.java 11 Sep 2011 20:38:54 -0000 1.2 @@ -17,8 +17,9 @@ /** - * @version $Revision$ * @spec http://www.w3.org/TR/2011/REC-CSS2-20110607/aural.html#propdef-elevation + * + * @version $Revision$ */ public class CssElevation extends org.w3c.css.properties.css.CssElevation { @@ -28,7 +29,7 @@ private static int[] hash_values; private static CssIdent defaultValue; private static String[] elValues = {"below", "level", "above", - "highter", "lower"}; + "higher", "lower"}; static {
Received on Sunday, 11 September 2011 20:39:01 UTC