On Aug 8, 3:08 pm, Boris Zbarsky <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > text is being mapped by the current frame. If there is no next-in- > > flow, we set a field in the current frame --- like the current length > > field, but more like a temporary hint --- to indicate where a new > > continuation should start. > > I wonder whether it's worth putting those outside the textframe (e.g. having a > class-static data structure that has this info) or something. I'd assume we > never have many frames that want a continuation but don't have one yet in > flight... in fact, do we ever have more than one?
I don't think so. We could have a little on-the-side store for this to save some frame memory. Followup work, I've landed the main patch already. Rob _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

