HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

continue

Description

The continue property for CSS 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