Hi, I have the following situation, in which an element has break-inside: avoid-region and one of its children elements has break-after:region. <div id="container" style="break-inside: avoid-region"> <div id="box1"></div> <div id="box2" style="break-after: region"></div> <div id="box3"></div> </div> Assume now that the #container element fits completely inside a region, which is not the last one in the region chain so that the region breaks are not ignored. In this case, how should fragmentation work? a) the break-after property defined on the second box is honored and the third box, #box3 is laid out in the following region b) the break-inside: avoid defined on #container takes precedence and all the 3 boxes are displayed in the same region Regards, MihneaReceived on Friday, 13 September 2013 19:34:22 UTC
This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:14:32 UTC