]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Merging Manuel's changes on trunk for revision 345516:
authorJeremias Maerki <jeremias@apache.org>
Fri, 18 Nov 2005 18:59:07 +0000 (18:59 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 18 Nov 2005 18:59:07 +0000 (18:59 +0000)
Minor additions / corrections to the release readme

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-0_90@345538 13f79535-47bb-0310-9956-ffa450edef68

README

diff --git a/README b/README
index e803d34e563f8e1485c08aeaf338f4f358b01787..b625c03aa5fcadb64948b6c22718d9a61aa97b5c 100644 (file)
--- a/README
+++ b/README
@@ -126,10 +126,10 @@ Known issues:
       too big and shrinking is allowed to happen.
     - Block-level content in fo:inlines may produce unwelcome results.
     - inline-container may not work as expected.
-    - letter-spacing and work-spacing may not work as expected.
+    - letter-spacing and word-spacing properties may not work as expected.
     - leaders with leader-pattern="use-content" may not work as expected.
     - keep-with-previous doesn't work inside tables and lists, yet.
-    - White space on direct inline-level children of a marker are not 
+    - White space on direct inline-level children of a marker is not 
       handled correctly.
     - If two consecutive pages don't have the same available width, the 
       content currently isn't properly fit into the available space on
@@ -142,3 +142,8 @@ Known issues:
     - Border and padding conditionality are not supported on table-cells, yet.
     - Copy/Paste from PDF content in Acrobat Reader is not supported for
       text using embedded TrueType fonts.
+    - Column balancing in multi-column documents may not work as expected
+      (Bugzilla #36356)
+    - Omitting fo:table-column or having fo:table-column without a column-width 
+      and attempting to create columns implicitly from the first
+      table row is not implemented, yet (Bugzilla #35656).