308
edits
| Line 46: | Line 46: | ||
* nsColumnSetFrame creates multiple block children, each one associated with the column element, separated by column breaks | * nsColumnSetFrame creates multiple block children, each one associated with the column element, separated by column breaks | ||
* nsBlockFrame creates multiple inline children, each one associated with the same inline element, separated by line breaks, or by changes in text direction | * nsBlockFrame creates multiple inline children, each one associated with the same inline element, separated by line breaks, or by changes in text direction | ||
* nsTableColumnFrame creates non-fluid continuations for itself if it has span="N" and N > 1 | |||
=== Relationship of continuations to frame tree structure === | === Relationship of continuations to frame tree structure === | ||
edits