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





--- Comment #21 from Andreas L. Delmelle <[EMAIL PROTECTED]>  2008-04-29 
04:54:53 PST ---
(In reply to comment #20)
> 
> I just noticed one thing that might be speaking against merging the breaks:
>     <fo:block break-before="column">
>       <fo:block break-before="page">
>         Some text. Some text. Some text. Some text.
>       </fo:block>
>     </fo:block>
> The spec definitely doesn't say anything about break conflicts, i.e. which
> break "wins" in the above situation if they are to be merged. 

I'd say it depends. If the column-break for the outer block coincides a
page-break, the break-condition for the inner block is satisfied by that break
as well. If the column-break stays within the same page, then we would need an
additional page-break for the inner block.


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

Reply via email to