Hi Eric, Amick, Eric wrote: > The border-collapse property is listed as having an initial value of > "collapse" in the spec, but the description refers to CSS, where the > default value is "separate". I also encountered a case where FOP > apparently acted as if the default value was "separate"; I need to > create a smaller test case before submitting a bug report. Has anyone > run across this behavior in 0.95?
FOP uses ‘collapse’ as the default value. Note that border-collapse is an inherited property; So if you set it to ‘separate’ on an enclosing table and leave it unspecified on an inner table, then it will be set to the inherited ‘separate’ value. If the output is still not what you would expect, please post a small FO file showing the problem. Thanks, Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org