- From: CVS User ylafon <cvsmail@w3.org>
- Date: Fri, 21 Dec 2012 18:25:48 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/css3 In directory roscoe:/tmp/cvs-serv13561/css3 Modified Files: CssSpeechRate.java Log Message: initial --- /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssSpeechRate.java 2012/12/21 15:55:51 1.1 +++ /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssSpeechRate.java 2012/12/21 18:25:48 1.2 @@ -1,4 +1,4 @@ -// $Id: CssSpeechRate.java,v 1.1 2012/12/21 15:55:51 ylafon Exp $ +// $Id: CssSpeechRate.java,v 1.2 2012/12/21 18:25:48 ylafon Exp $ // Author: Yves Lafon <ylafon@w3.org> // // (c) COPYRIGHT MIT, ERCIM and Keio University, 2012. @@ -44,6 +44,7 @@ * Create a new CssSpeechRate */ public CssSpeechRate() { + value = initial; } /**
Received on Friday, 21 December 2012 18:25:48 UTC