- From: CVS User ylafon <cvsmail@w3.org>
- Date: Thu, 30 Jan 2014 15:09:54 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/properties/paged
In directory roscoe:/tmp/cvs-serv23373/paged
Modified Files:
Css2Style.java
Removed Files:
Marks.java
Log Message:
marks per css2/css3
--- /sources/public/2002/css-validator/org/w3c/css/properties/paged/Css2Style.java 2014/01/29 21:03:03 1.7
+++ /sources/public/2002/css-validator/org/w3c/css/properties/paged/Css2Style.java 2014/01/30 15:09:54 1.8
@@ -1,5 +1,5 @@
//
-// $Id: Css2Style.java,v 1.7 2014/01/29 21:03:03 ylafon Exp $
+// $Id: Css2Style.java,v 1.8 2014/01/30 15:09:54 ylafon Exp $
// From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr)
//
// (c) COPYRIGHT MIT and INRIA, 1997.
@@ -10,12 +10,11 @@
/**
- * @version $Revision: 1.7 $
+ * @version $Revision: 1.8 $
*/
public class Css2Style extends org.w3c.css.properties.css2.Css2Style {
Size size;
- Marks marks;
Page page;
PageATSC pageATSC;
@@ -32,17 +31,6 @@
}
/**
- * Get the marks property
- */
- public final Marks getMarks() {
- if (marks == null) {
- marks = (Marks) style.CascadingOrder(new Marks(),
- style, selector);
- }
- return marks;
- }
-
- /**
* Get the page property
*/
public final Page getPage() {
Received on Thursday, 30 January 2014 15:09:55 UTC