- From: CVS User ylafon <cvsmail@w3.org>
- Date: Wed, 02 Jan 2013 10:55:55 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/css3 In directory roscoe:/tmp/cvs-serv4238/css3 Modified Files: CssSpeakNumeral.java CssSpeakPunctuation.java Log Message: typo --- /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssSpeakNumeral.java 2013/01/02 10:52:59 1.1 +++ /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssSpeakNumeral.java 2013/01/02 10:55:55 1.2 @@ -1,4 +1,4 @@ -// $Id: CssSpeakNumeral.java,v 1.1 2013/01/02 10:52:59 ylafon Exp $ +// $Id: CssSpeakNumeral.java,v 1.2 2013/01/02 10:55:55 ylafon Exp $ // Author: Yves Lafon <ylafon@w3.org> // // (c) COPYRIGHT MIT, ERCIM and Keio University, 2012. @@ -14,6 +14,7 @@ /** * @spec http://www.w3.org/TR/2011/REC-CSS2-20110607/aural.html#propdef-speak-numeral + * @deprecated */ public class CssSpeakNumeral extends org.w3c.css.properties.css.CssSpeakNumeral { --- /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssSpeakPunctuation.java 2013/01/02 10:33:11 1.1 +++ /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssSpeakPunctuation.java 2013/01/02 10:55:55 1.2 @@ -1,4 +1,4 @@ -// $Id: CssSpeakPunctuation.java,v 1.1 2013/01/02 10:33:11 ylafon Exp $ +// $Id: CssSpeakPunctuation.java,v 1.2 2013/01/02 10:55:55 ylafon Exp $ // Author: Yves Lafon <ylafon@w3.org> // // (c) COPYRIGHT MIT, ERCIM and Keio University, 2012. @@ -14,6 +14,7 @@ /** * @spec http://www.w3.org/TR/2011/REC-CSS2-20110607/aural.html#propdef-speak-punctuation + * @deprecated */ public class CssSpeakPunctuation extends org.w3c.css.properties.css.CssSpeakPunctuation { @@ -38,9 +39,10 @@ } /** - * Create a new CssSpeakHeader + * Create a new CssSpeakPunctuation */ public CssSpeakPunctuation() { + value = initial; } /**
Received on Wednesday, 2 January 2013 10:55:58 UTC