- From: CVS User ylafon <cvsmail@w3.org>
- Date: Fri, 07 Dec 2012 12:18:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/paged In directory roscoe:/tmp/cvs-serv31496/paged Modified Files: Css2Style.java Log Message: speak header per css2 (table) css21 (audio), and not in css3 (audio) --- /sources/public/2002/css-validator/org/w3c/css/properties/paged/Css2Style.java 2012/10/19 10:33:12 1.4 +++ /sources/public/2002/css-validator/org/w3c/css/properties/paged/Css2Style.java 2012/12/07 12:18:57 1.5 @@ -1,5 +1,5 @@ // -// $Id: Css2Style.java,v 1.4 2012/10/19 10:33:12 ylafon Exp $ +// $Id: Css2Style.java,v 1.5 2012/12/07 12:18:57 ylafon Exp $ // From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr) // // (c) COPYRIGHT MIT and INRIA, 1997. @@ -10,9 +10,9 @@ /** - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ */ -public class Css2Style extends org.w3c.css.properties.css2.table.Css2Style { +public class Css2Style extends org.w3c.css.properties.css2.Css2Style { Size size; Marks marks;
Received on Friday, 7 December 2012 12:18:59 UTC