Results 1 - 6 of 6

break-after

The break-after CSS property describes the page, column, or region break behavior (in other words, how and whether to break) after the generated box. If there is no generated box, the property is ignored.
CSS CSS Fragmentation CSS Property NeedsExample Reference

break-before

The break-before CSS property describes the page, column or region break behavior before the generated box. If there is no generated box, the property is ignored.
CSS CSS Fragmentation CSS Property NeedsExample Reference

break-inside

The break-inside CSS property describes how the page, column or region break inside the generated box. If there is no generated box, the property is ignored.
CSS CSS Fragmentation CSS Property NeedsExample Reference

orphans

The orphans CSS property refers to the minimum number of lines in a block container that must be left at the bottom of the page. This property is normally used to control how page breaks occur.
CSS CSS Fragmentation CSS Property Reference

widows

When a paragraph is split over two pages in paged media, the widows CSS property defines the minimum number of lines that must be left at the top of the second page. In typography, a widow is the last line of a paragraph appearing alone at the top of a new page. Setting the widows property allows the prevention of single-line widows.
CSS CSS Fragmentation CSS Property NeedsMobileBrowserCompatibility Reference