Skip to main content

Module fragmentation

Module fragmentation 

Source
Expand description

CSS properties for controlling fragmentation (page/column breaks).

Structs§

Orphans
CSS orphans property - minimum number of lines in a block container that must be shown at the bottom of a page, region, or column.
Widows
CSS widows property - minimum number of lines in a block container that must be shown at the top of a page, region, or column.

Enums§

BoxDecorationBreak
Represents a box-decoration-break CSS property value.
BoxDecorationBreakParseError
BoxDecorationBreakParseErrorOwned
BreakInside
Represents a break-inside CSS property value.
BreakInsideParseError
BreakInsideParseErrorOwned
OrphansParseError
OrphansParseErrorOwned
PageBreak
Represents a break-before or break-after CSS property value.
PageBreakParseError
PageBreakParseErrorOwned
WidowsParseError
WidowsParseErrorOwned

Functions§

parse_box_decoration_break
parse_break_inside
parse_orphans
parse_page_break
parse_widows