]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Warning about collapsing border model.
authorJeremias Maerki <jeremias@apache.org>
Mon, 20 Jun 2005 13:22:50 +0000 (13:22 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 20 Jun 2005 13:22:50 +0000 (13:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198754 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/flow/Table.java

index f1fee2a3c76531f8abbeff04814a8e74813b0b92..8ebe076e72fb50bf4b44edb09d7aa35f6787a1ff 100644 (file)
@@ -136,6 +136,10 @@ public class Table extends FObj {
             //See "17.6.2 The collapsing border model" in CSS2
             getLogger().error("Table may not have padding when using the collapsing border model.");
         }
+        if (borderCollapse != EN_SEPARATE) {
+            getLogger().warn("The collapsing border model on an fo:table "
+                    + "is currently not supported by FOP");
+        }
     }
 
     /**