- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 04 Sep 2012 10:29:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/css3 In directory hutz:/tmp/cvs-serv21062/css3 Modified Files: CssTextDecoration.java Log Message: spec link Index: CssTextDecoration.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssTextDecoration.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CssTextDecoration.java 4 Sep 2012 10:27:54 -0000 1.1 +++ CssTextDecoration.java 4 Sep 2012 10:29:24 -0000 1.2 @@ -18,7 +18,7 @@ import java.util.ArrayList; /** - * @spec http://www.w3.org/TR/2011/REC-CSS2-20110607/text.html#propdef-text-decoration + * @spec http://www.w3.org/TR/2012/WD-css3-text-20120814/#text-decoration0 */ public class CssTextDecoration extends org.w3c.css.properties.css.CssTextDecoration { @@ -144,7 +144,7 @@ int got = 0; // now check the value if (linExp != null) { - lineValue = new CssTextDecorationLine(ac, linExp, check); + lineValue = new CssTextDecorationLine(ac, linExp, check); got++; value = lineValue.value; }
Received on Tuesday, 4 September 2012 10:29:33 UTC