Gecko:Continuation Model: Difference between revisions

Update outdated class name
(Mentioned column-span can create non-fluid continuations.)
(Update outdated class name)
Line 43: Line 43:


Certain kinds of frames create multiple child frames for the same content element:
Certain kinds of frames create multiple child frames for the same content element:
* <code>nsSimplePageSequence</code> creates multiple page children, each one associated with the entire document, separated by page breaks
* <code>nsPageSequenceFrame</code> creates multiple page children, each one associated with the entire document, separated by page breaks
* <code>nsColumnSetFrame</code> creates multiple block children, each one associated with the column element, separated by column breaks
* <code>nsColumnSetFrame</code> creates multiple block children, each one associated with the column element, separated by column breaks
* <code>nsBlockFrame</code> creates multiple inline children, each one associated with the same inline element, separated by line breaks, or by changes in text direction
* <code>nsBlockFrame</code> creates multiple inline children, each one associated with the same inline element, separated by line breaks, or by changes in text direction