- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 12 Nov 2012 21:29:42 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/css
In directory hutz:/tmp/cvs-serv32742/css
Modified Files:
CssListStyle.java
Log Message:
fix property name
Index: CssListStyle.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/properties/css/CssListStyle.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CssListStyle.java 7 Nov 2012 11:34:53 -0000 1.1
+++ CssListStyle.java 12 Nov 2012 21:29:40 -0000 1.2
@@ -71,7 +71,7 @@
* Returns the name of this property
*/
public final String getPropertyName() {
- return "list-style-position";
+ return "list-style";
}
/**
Received on Monday, 12 November 2012 21:29:43 UTC