- From: CVS User ylafon <cvsmail@w3.org>
- Date: Wed, 12 Jun 2013 09:51:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/values
In directory roscoe:/tmp/cvs-serv25751/values
Modified Files:
CssUnitsCSS3.java
Log Message:
typo in unit (ddpx->dppx), thank to Tryn Mirell <https://github.com/mirell>
--- /sources/public/2002/css-validator/org/w3c/css/values/CssUnitsCSS3.java 2013/01/16 19:55:18 1.7
+++ /sources/public/2002/css-validator/org/w3c/css/values/CssUnitsCSS3.java 2013/06/12 09:51:00 1.8
@@ -1,4 +1,4 @@
-// $Id: CssUnitsCSS3.java,v 1.7 2013/01/16 19:55:18 ylafon Exp $
+// $Id: CssUnitsCSS3.java,v 1.8 2013/06/12 09:51:00 ylafon Exp $
// Author: Yves Lafon <ylafon@w3.org>
//
// (c) COPYRIGHT MIT, ERCIM and Keio University, 2012.
@@ -64,7 +64,7 @@
}
public static final String[] resolution_units = {
- "dpi", "dpcm", "ddpx"
+ "dpi", "dpcm", "dppx"
};
protected static String getRelativeLengthUnit(String unit) {
Received on Wednesday, 12 June 2013 09:51:01 UTC