RE: [css-regions][css3-break] Handling content overflow out of its region range

> -----Original Message-----
> From: fantasai [mailto:fantasai.lists@inkedblade.net]
> Sent: Thursday, December 12, 2013 4:01 PM
> Overflow should be rendered as part of the fragmentation context of its
> containing block.
> 
> So, for example, let's consider an abspos element inside a multicol element.
> If the abspos's containing block is an element inside the multicol element,
> then it will fragment across the columns and otherwise participate in the
> multicol's fragmented flow. If the abspos's containing block is the multicol
> box or an ancestor of it, then it will not fragment across the columns (but
> may fragment, e.g.
> across pages if the document is printed).

Another parallel you can draw here is the following. An auto-positioned 
abspos element inside a scroller. Does the box of the abspos element scroll 
or not? It depends on what element is the containing block. The same 
logic applies to fragmentation, which is another way of handling overflow
of a box.

Thanks,
Rossen

Received on Friday, 13 December 2013 00:11:06 UTC