- From: CVS User ylafon <cvsmail@w3.org>
- Date: Fri, 28 Nov 2014 15:16:05 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/css In directory roscoe:/tmp/cvs-serv30660/css Modified Files: CssOrder.java Log Message: fixed issue with order (name and value not set as it should), per http://lists.w3.org/Archives/Public/www-validator-css/2014Nov/0001.html --- /sources/public/2002/css-validator/org/w3c/css/properties/css/CssOrder.java 2012/10/07 13:37:28 1.1 +++ /sources/public/2002/css-validator/org/w3c/css/properties/css/CssOrder.java 2014/11/28 15:16:05 1.2 @@ -1,4 +1,4 @@ -// $Id: CssOrder.java,v 1.1 2012/10/07 13:37:28 ylafon Exp $ +// $Id: CssOrder.java,v 1.2 2014/11/28 15:16:05 ylafon Exp $ // Author: Yves Lafon <ylafon@w3.org> // // (c) COPYRIGHT MIT, ERCIM and Keio University, 2012. @@ -56,7 +56,7 @@ * Returns the name of this property */ public final String getPropertyName() { - return "flex-order"; + return "order"; } /**
Received on Friday, 28 November 2014 15:16:08 UTC