diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-01-19 15:10:14 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-01-19 15:10:14 +0000 |
commit | 4a34763794b0293bbcf74a08f34d0035aeff61fe (patch) | |
tree | 5fbd7a0fd8b310a4ee4343fe697189f9131939eb /status.xml | |
parent | 9a01ca2474cad035c82810d6b541cde6dbd896aa (diff) | |
download | xmlgraphics-fop-4a34763794b0293bbcf74a08f34d0035aeff61fe.tar.gz xmlgraphics-fop-4a34763794b0293bbcf74a08f34d0035aeff61fe.zip |
Following a clarification by the XSL FO SG, space traits are only set on the first and last area generated by an FO, and not on every area anymore.
For details, see: http://wiki.apache.org/xmlgraphics-fop/XslFoSpecificationUncertainties/SpaceTraits
Note: this change brings another issue in column balancing to light. That's the reason for disabling one of the tests. I wasn't able to find a quick fix there.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@370494 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 37d891f97..612d116f6 100644 --- a/status.xml +++ b/status.xml @@ -27,6 +27,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="fix"> + Following a clarification by the XSL FO SG, space traits are only set on the + first and last area generated by an FO, and not on every area anymore. + </action> <action context="Code" dev="JM" type="add"> New feature: "Intermediate format" (IF). The IF is basically the XML dialect written by the area tree renderer (XMLRenderer). A new parser for this format |