- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 Apr 2012 13:02:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/util
In directory hutz:/tmp/cvs-serv29578/w3c/css/util
Modified Files:
CssVersion.java
Log Message:
moving the default to CSS3
Index: CssVersion.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/util/CssVersion.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CssVersion.java 17 Sep 2011 06:02:27 -0000 1.2
+++ CssVersion.java 30 Apr 2012 13:02:21 -0000 1.3
@@ -32,6 +32,6 @@
// get the default version of CSS
public static CssVersion getDefault() {
- return CSS21;
+ return CSS3;
}
}
Received on Monday, 30 April 2012 13:02:29 UTC