]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Time to enable border-collapse="collapse"
authorVincent Hennebert <vhennebert@apache.org>
Fri, 20 Apr 2007 10:21:19 +0000 (10:21 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Fri, 20 Apr 2007 10:21:19 +0000 (10:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@530727 13f79535-47bb-0310-9956-ffa450edef68

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

index ed69e3100743e81a30004b9b69c062b673edb932..2fa46a75e20251bbd890d916c0e2495ebc964a69 100644 (file)
@@ -136,13 +136,6 @@ public class Table extends TableFObj {
                     + " behavior on fo:table. Falling back to \"auto\"");
             // Anyway, the bpd of a table is not used by the layout code
         }
-        if (borderCollapse != EN_SEPARATE) {
-            //TODO Remove once the collapsing border is at least marginally working.
-            borderCollapse = EN_SEPARATE;
-            log.debug("A table has been forced to use the separate border model"
-                    + " (border-collapse=\"separate\") as the collapsing border model"
-                    + " is not implemented, yet.");
-        }
         if (tableLayout == EN_AUTO) {
             attributeWarning("table-layout=\"auto\" is currently not supported by FOP");
         }
index 1e281b91df8fa261c7f7b8216e911bc0eabf2af5..c39d04e4ceb965d1b4ab2cc2ac83f1dbd9aa3410 100644 (file)
@@ -28,6 +28,9 @@
 
   <changes>
     <release version="FOP Trunk">
+      <action context="Code" dev="VH" type="add" importance="high" fixes-bug="36934">
+        Add support for the collapsing-border model in tables.
+      </action>
       <action context="Code" dev="JB" type="add" importance="high">
         Add support for named destinations in PDF.
       </action>