page-break-after

Previous- page-break-before  |  Next-page-break-inside

Description

A potential page break location is typically under the influence of the parent element's 'page-break-inside' property, the 'page-break-after' property of the preceding element, and the 'page-break-before' property of the following element.

When these properties have values other than 'auto', the values 'always', 'left', and 'right' take precedence over 'avoid'.


Initial Value : auto

Applies to : block-level elements

Inherited : no

Possible Values
auto | always | avoid | left | right | inherit


Previous- page-break-before  |  Next-page-break-inside