CVS 2002/css-validator/org/w3c/css/properties/css3

Update of /sources/public/2002/css-validator/org/w3c/css/properties/css3
In directory roscoe:/tmp/cvs-serv7926/css3

Modified Files:
	CssAzimuth.java CssSpeak.java 
Log Message:
initial

--- /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssAzimuth.java	2012/12/18 09:48:00	1.1
+++ /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssAzimuth.java	2012/12/18 09:56:16	1.2
@@ -1,5 +1,5 @@
 //
-// $Id: CssAzimuth.java,v 1.1 2012/12/18 09:48:00 ylafon Exp $
+// $Id: CssAzimuth.java,v 1.2 2012/12/18 09:56:16 ylafon Exp $
 //
 // (c) COPYRIGHT MIT, ERCIM and Keio University, 2011
 // Please first read the full copyright statement in file COPYRIGHT.html
@@ -59,6 +59,7 @@
      * Create a new CssAzimuth
      */
     public CssAzimuth() {
+		identValue = initial;
     }
 
     // check if the ident is in the allowed values
--- /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssSpeak.java	2012/12/18 09:48:00	1.1
+++ /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssSpeak.java	2012/12/18 09:56:16	1.2
@@ -1,4 +1,4 @@
-// $Id: CssSpeak.java,v 1.1 2012/12/18 09:48:00 ylafon Exp $
+// $Id: CssSpeak.java,v 1.2 2012/12/18 09:56:16 ylafon Exp $
 // Author: Yves Lafon <ylafon@w3.org>
 //
 // (c) COPYRIGHT MIT, ERCIM and Keio University, 2012.
@@ -41,6 +41,7 @@
 	 * Create a new CssSpeak
 	 */
 	public CssSpeak() {
+		value = initial;
 	}
 
 	/**

Received on Tuesday, 18 December 2012 09:56:19 UTC