- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 21 Oct 2011 12:52:32 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/css
In directory hutz:/tmp/cvs-serv25180/css/properties/css
Modified Files:
CssProperty.java
Log Message:
parsing of mediaquerylist for html links is now done reusing the same logic (parsing mediaquerylist form the parser, using a String Reader), so that should finish media queries per http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/
Index: CssProperty.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css/CssProperty.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- CssProperty.java 21 Oct 2011 01:49:10 -0000 1.4
+++ CssProperty.java 21 Oct 2011 12:52:30 -0000 1.5
@@ -156,7 +156,7 @@
* <SAMP> property-name : property-value1 properpty-value2 ...</SAMP>
* <BR>
* You should write something like this :
- * <code>property.getFeatureName() + " : " + property.toString()</code>
+ * <code>property.getPropertyName() + " : " + property.toString()</code>
*/
public abstract String toString();
Received on Friday, 21 October 2011 12:52:34 UTC