CVS 2002/css-validator/org/w3c/css/values

Update of /sources/public/2002/css-validator/org/w3c/css/values
In directory roscoe:/tmp/cvs-serv720

Modified Files:
	CssUnitsCSS3.java 
Log Message:
db and st are from css3-speech

--- /sources/public/2002/css-validator/org/w3c/css/values/CssUnitsCSS3.java	2013/01/11 10:06:21	1.6
+++ /sources/public/2002/css-validator/org/w3c/css/values/CssUnitsCSS3.java	2013/01/16 19:55:18	1.7
@@ -1,4 +1,4 @@
-// $Id: CssUnitsCSS3.java,v 1.6 2013/01/11 10:06:21 ylafon Exp $
+// $Id: CssUnitsCSS3.java,v 1.7 2013/01/16 19:55:18 ylafon Exp $
 // Author: Yves Lafon <ylafon@w3.org>
 //
 // (c) COPYRIGHT MIT, ERCIM and Keio University, 2012.
@@ -12,6 +12,7 @@
 
 /**
  * @spec http://www.w3.org/TR/2012/CR-css3-values-20120828/
+ * @spec http://www.w3.org/TR/2012/CR-css3-speech-20120320/
  */
 public class CssUnitsCSS3 {
 	private static final String[] relative_length_units = {

Received on Wednesday, 16 January 2013 19:55:19 UTC