-Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout
Right now floats use the nearest block as their containing block. If we
start doing blocks-of-blocks-or-inlines, I think it might be good to
have the block-of-blocks be the float containing block for all the
floats whose nearest block is a block-of-inlines for the
block-of-blocks... Could we conceivably get that working in
nsBlockFrame before we try splitting classes? It'd simplify frame
construction a good bit (e.g. no need to reparent floats when splitting
a block-of-inlines in two because a block was inserted between two inlines).
- Handling floats in a block that's not their immediate an... Boris Zbarsky
- Re: Handling floats in a block that's not their imm... Robert O'Callahan
- Re: Handling floats in a block that's not their... Boris Zbarsky
- More on block-of-blocks vs blocks-of-inline... Boris Zbarsky
- Re: Handling floats in a block that's not their imm... L. David Baron
- Re: Handling floats in a block that's not their imm... Boris Zbarsky

