https://issues.apache.org/bugzilla/show_bug.cgi?id=44935


Andreas L. Delmelle <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #2 from Andreas L. Delmelle <[EMAIL PROTECTED]>  2008-05-05 
08:10:13 PST ---
This is not a bug, but a known peculiarity in the XSL-FO Recommendation.

We have dedicated an entire Wiki page to it:
http://wiki.apache.org/xmlgraphics-fop/IndentInheritance

In short:
- margin-left indeed is not inherited, but the corresponding property
start-indent is
- the value of margin-left is used to compute start-indent on the table (lr-tb
writing mode)
- the descendants inherit the computed value for start-indent

You can sidestep the problem, either by resetting start-indent to "0pt" on the
table-body, or by using a configuration file that sets the
'break-indent-inheritance' configuration option to true.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to