https://issues.apache.org/bugzilla/show_bug.cgi?id=47636
Vincent Hennebert <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Vincent Hennebert <[email protected]> 2009-08-06 04:02:09 PDT --- Hi Guillaume, The inner table uses the separate-border model. In that model borders can only be specified on fo:table and fo:table-cell elements. So the border-top property set on the fo:table-row inside the table-header is ignored. And the behaviour is perfectly normal. If you want a border at the top of the cell, just specify the border-top property there. Agreed, a warning could have helped. No warnings are issued by default since borders are allowed on fo:table-row in the collapsing-border model. I'm closing this bug and will open another one, requesting for a warning to be issued in such a situation. Thanks, Vincent -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
