L. David Baron wrote: > I'd rather move in the other direction: don't reflow a float again when > moving it around. The only case that requires a new reflow when > changing positions is a quirk that I'm somewhat skeptical we even need; > unfortunately the code is designed around that quirk, making it hard to > fix https://bugzilla.mozilla.org/show_bug.cgi?id=50630 , which is > another reason we need to move floats after placing them.
That would work ... the key thing is to separate reflow and placement. In general, I don't think we'll always be able to rely on a block frame's continuations always having the same available width, in which case we would need to reflow floats sometimes when moving them across break boundaries. But that doesn't have to determine this. Rob _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

