https://issues.apache.org/bugzilla/show_bug.cgi?id=45954
Summary: The properties 'top', 'right', 'bottom', and 'left',
incorrectly refer to offsets with respect to a box's
content edge
Product: Fop
Version: 0.95
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: page-master/layout
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
The example code below produces output that seems not to comply with the
updated definition att
http://www.w3.org/Style/css2-updates/REC-CSS2-19980512-errata.html#x12
This behaviour has changed since 0.94 for "top", but not for "left".
<fo:flow flow-name="xsl-region-body">
<fo:block-container border="solid black 1pt">
<fo:block-container top="60mm" left="60mm" absolute-position="absolute"
border="solid red 50mm">
<fo:block>
<fo:inline>TEST</fo:inline>
</fo:block>
</fo:block-container>
</fo:block-container>
</fo:flow>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.