continue
Description
The continue CSS property gives authors the ability to turn a box into a fragmentation container and to specify that content after the fragmentation break must be discarded.
Syntax
CSS
continue: value;
JS
object.style.continue = "value";
Values
<'continue'> = auto | discard
auto
If the box has more content than can fit, the excess content is handled according to the usual rules.
discard
The box becomes a fragmentation container that captures region breaks, if it is not already.
Initial
auto