- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Oct 2011 11:46:45 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/css3
In directory hutz:/tmp/cvs-serv14860/org/w3c/css/properties/css3
Modified Files:
CssDisplay.java
Log Message:
@since info
Index: CssDisplay.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css3/CssDisplay.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssDisplay.java 31 Aug 2011 18:34:51 -0000 1.1
+++ CssDisplay.java 5 Oct 2011 11:46:43 -0000 1.2
@@ -94,6 +94,9 @@
} else {
value = allowed_values.get(id_value);
}
+ if (value == null) {
+ // do templates...
+ }
if (value != null) {
expression.next();
return;
Received on Wednesday, 5 October 2011 11:46:46 UTC