Skip to main content

HTML_PAGE_BREAK_STYLE

Constant HTML_PAGE_BREAK_STYLE 

Source
pub const HTML_PAGE_BREAK_STYLE: &str = "break-before: page; page-break-before: always;";
Expand description

The CSS3 property and its CSS2 predecessor, both, because reading systems and print engines are still split between them. Shared with the HTML writer so the two formats cannot drift apart on what a page break looks like.