- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Aug 2012 19:34:55 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/css1
In directory hutz:/tmp/cvs-serv13545
Modified Files:
Css1Style.java
Removed Files:
CssTextShadow.java
Log Message:
removed (reorg)
--- CssTextShadow.java DELETED ---
Index: Css1Style.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css1/Css1Style.java,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Css1Style.java 4 Aug 2012 21:17:05 -0000 1.27
+++ Css1Style.java 28 Aug 2012 19:34:50 -0000 1.28
@@ -83,7 +83,6 @@
/**
* text-shadow property
*/
- public CssTextShadow cssTextShadow;
public CssTextShadowATSC cssTextShadowATSC;
// line-heigth : see cssFont
@@ -663,18 +662,6 @@
return cssTextIndentMob;
}
- /**
- * Get the text-shadow property
- */
- public final CssTextShadow getTextShadow() {
- if (cssTextShadow == null) {
- cssTextShadow =
- (CssTextShadow) style.CascadingOrder(new CssTextShadow(),
- style, selector);
- }
- return cssTextShadow;
- }
-
public final CssTextShadowATSC getTextShadowATSC() {
if (cssTextShadowATSC == null) {
cssTextShadowATSC =
Received on Tuesday, 28 August 2012 19:34:56 UTC