aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2008-03-05 18:22:06 +0000
committerVincent Hennebert <vhennebert@apache.org>2008-03-05 18:22:06 +0000
commit77c8566a57472e33049c8e02dd753dd79944e2ad (patch)
treed8b4f12d368f8f247e16772a2053b2e9b1c373b5 /status.xml
parent3fc5d3af38b065c8298c1f56efbc810f399213c7 (diff)
downloadxmlgraphics-fop-77c8566a57472e33049c8e02dd753dd79944e2ad.tar.gz
xmlgraphics-fop-77c8566a57472e33049c8e02dd753dd79944e2ad.zip
- Fixed the rendering of the area of a table corresponding to border-separation, which must be filled with the background of the table, and not the rows.
- Improved conformance: even if a table-cell spans several rows its background must correspond to the first row spanned. - Added support for background on fo:table-column and fo:table-header/footer/body TODO more testcases needed, especially tables with collapsing border model and tables broken over pages git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@633961 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index e622c589f..594b113e1 100644
--- a/status.xml
+++ b/status.xml
@@ -94,6 +94,17 @@
</p>
</section>
</notes>
+ <action context="Layout" dev="VH" type="add" importance="high">
+ Added support for background on fo:table-column and fo:table-header/footer/body elements.
+ </action>
+ <action context="Layout" dev="VH" type="fix">
+ Fixed the rendering of the area of a table corresponding to border-separation, which must
+ be filled with the background of the table, and not the rows.
+ </action>
+ <action context="Layout" dev="VH" type="fix">
+ Improved conformance: even if a table-cell spans several rows its background must
+ correspond to the first row spanned.
+ </action>
<action context="Renderers" dev="JM" type="fix" due-to="Gordon Cooke">
Slight improvement for thin lines in Java2D/AWT output.
</action>