ContainerBreaks and ColumnBreaks feature in TLF 3.0
Feature Description
Add a way for the user to force the text to break and continue on the next column or container.
It is an attribute, and you should either be able to apply it to an element to force it to be the last in the column or container, or the first in the next column or container.
Related Products
InDesign has special break characters that can be inserted to force text to continue on the next column, frame, page, even page, or odd page.
HTML has the <br/> element, which forces following text onto the next line.
The W3C also got a draft document to define the column break. Please refer to http://www.w3.org/TR/css3-multicol/#column-breaks![]()
We bought in some of their definition and expand them to be the container break. Currently, we got the following attribute:
each of them may be set the value of:
auto
always
inherit
auto means:
Neither force nor forbid a container/column break before (after, inside) the generated box.
always means:
Always force a container/column break before (after) the generated box.
inherit means:
Inherit the setting from the parent elements
