2002/css-validator/org/w3c/css/properties/css CssProperty.java,1.3,1.4

Update of /sources/public/2002/css-validator/org/w3c/css/properties/css
In directory hutz:/tmp/cvs-serv28700/org/w3c/css/properties/css

Modified Files:
	CssProperty.java 
Log Message:
redone the Media Features of media queries, up to date per http://www.w3.org/TR/2010/CR-css3-mediaqueries-20100727/, todo, parsing of media in HTML form

Index: CssProperty.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css/CssProperty.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CssProperty.java	5 Oct 2011 07:12:17 -0000	1.3
+++ CssProperty.java	21 Oct 2011 01:49:10 -0000	1.4
@@ -156,7 +156,7 @@
      * <SAMP> property-name : property-value1 properpty-value2 ...</SAMP>
      * <BR>
      * You should write something like this :
-     * <code>property.getPropertyName() + " : " + property.toString()</code>
+     * <code>property.getFeatureName() + " : " + property.toString()</code>
      */
     public abstract String toString();
 

Received on Friday, 21 October 2011 01:49:43 UTC