1
edit
(Mentioned column-span can create non-fluid continuations.) |
AlaskanEmily (talk | contribs) (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> | * <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 | ||
edit