aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlen Mazza <gmazza@apache.org>2003-08-26 21:52:39 +0000
committerGlen Mazza <gmazza@apache.org>2003-08-26 21:52:39 +0000
commit4159e3fa675a48ea38033bea0d18439e3e03faec (patch)
tree7a863133d34b210593eb6e3fdbed00034df15af7
parent2c3ddd7aefd9204f2b1f63bfbbdb3826fc58ba90 (diff)
downloadxmlgraphics-fop-4159e3fa675a48ea38033bea0d18439e3e03faec.tar.gz
xmlgraphics-fop-4159e3fa675a48ea38033bea0d18439e3e03faec.zip
Updated the tables-collapse property on several tables from "separate" to "collapse".
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196851 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--examples/fo/tables/borders.fo13
1 files changed, 7 insertions, 6 deletions
diff --git a/examples/fo/tables/borders.fo b/examples/fo/tables/borders.fo
index b649f5505..948724ae4 100644
--- a/examples/fo/tables/borders.fo
+++ b/examples/fo/tables/borders.fo
@@ -187,7 +187,7 @@
Table 2: row borders
</fo:block>
- <fo:table border-collapse="separate">
+ <fo:table border-collapse="collapse">
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
<fo:table-column column-width="3cm"/>
@@ -311,7 +311,7 @@
Table 3: column borders
</fo:block>
- <fo:table border-collapse="separate">
+ <fo:table border-collapse="collapse">
<fo:table-column column-width="3cm" border-left-color="green" border-left-width="0.5pt" border-left-style="solid"/>
<fo:table-column column-width="3cm" border-top-color="red" border-top-width="0.5pt" border-top-style="solid"/>
<fo:table-column column-width="3cm" border-right-color="blue" border-right-width="0.5pt" border-right-style="solid"/>
@@ -378,7 +378,7 @@
Table 4: column borders over page
</fo:block>
- <fo:table border-collapse="separate">
+ <fo:table border-collapse="collapse">
<fo:table-column column-width="3cm" border-left-color="green" border-left-width="0.5pt" border-left-style="solid"/>
<fo:table-column column-width="3cm" border-top-color="red" border-top-width="0.5pt" border-top-style="solid"/>
<fo:table-column column-width="3cm" border-right-color="blue" border-right-width="0.5pt" border-right-style="solid"/>
@@ -814,7 +814,7 @@
Table 7: combinations
</fo:block>
- <fo:table border-left-color="green" border-left-width="0.5pt" border-left-style="solid" border-collapse="separate">
+ <fo:table border-left-color="green" border-left-width="0.5pt" border-left-style="solid" border-collapse="collapse">
<fo:table-column column-width="2.5cm"/>
<fo:table-column column-width="2.5cm" border-left-color="green" border-left-width="0.5pt" border-left-style="solid"/>
<fo:table-column column-width="2.5cm" border-top-color="red" border-top-width="0.5pt" border-top-style="solid"/>
@@ -1155,8 +1155,9 @@
Table 10: This example is the first example given in the CSS2 border conflict
resolution rules.
(See http://www.w3.org/TR/REC-CSS2/tables.html#border-conflict-resolution)
- Not all properties are currently implemented--Check the FOP compliance page
- for current implementation status.
+ When all properties are resolved and implemented, the table below should
+ resemble the one shown in this section of the CSS2 specification.
+ Check the FOP compliance page for current implementation status.
</fo:block>
<fo:table border-collapse="collapse" table-layout="fixed"