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-serv4435/css3

Modified Files:
	CssEmptyCells.java 
Log Message:
initial...

--- /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssEmptyCells.java	2012/12/05 10:19:37	1.1
+++ /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssEmptyCells.java	2012/12/05 10:25:04	1.2
@@ -1,5 +1,5 @@
 //
-// $Id: CssEmptyCells.java,v 1.1 2012/12/05 10:19:37 ylafon Exp $
+// $Id: CssEmptyCells.java,v 1.2 2012/12/05 10:25:04 ylafon Exp $
 // From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr)
 //
 // (c) COPYRIGHT MIT and INRIA, 1997.
@@ -42,6 +42,7 @@
      * Create a new CssEmptyCells
      */
     public CssEmptyCells() {
+		value = initial;
     }
 
     /**

Received on Wednesday, 5 December 2012 10:30:52 UTC