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

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

Modified Files:
	CssVoiceFamily.java 
Log Message:
test on value require value being set first...

--- /sources/public/2002/css-validator/org/w3c/css/properties/css2/CssVoiceFamily.java	2013/01/08 11:13:38	1.1
+++ /sources/public/2002/css-validator/org/w3c/css/properties/css2/CssVoiceFamily.java	2013/01/09 09:29:07	1.2
@@ -1,4 +1,4 @@
-// $Id: CssVoiceFamily.java,v 1.1 2013/01/08 11:13:38 ylafon Exp $
+// $Id: CssVoiceFamily.java,v 1.2 2013/01/09 09:29:07 ylafon Exp $
 // Author: Yves Lafon <ylafon@w3.org>
 //
 // (c) COPYRIGHT MIT, ERCIM and Keio University, 2013.
@@ -95,8 +95,8 @@
 						((new Character(op)).toString()), ac);
 			}
 		}
-		checkValues(ac, values);
 		value = (values.size() > 1) ? new CssLayerList(values) : values.get(0);
+		checkValues(ac, values);
 	}
 
 	public CssVoiceFamily(ApplContext ac, CssExpression expression)

Received on Wednesday, 9 January 2013 09:29:08 UTC