CSS break-after Property Reference

The CSS break-after property is a standard property in CSS Fragmentation. Review its formal syntax, computed behavior, and practical declarations.

CSS break-after Property Reference

The CSS break-after property is a standard property in CSS Fragmentation. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

break-after overview

The CSS break-after property is a standard property in CSS Fragmentation. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

break-after formal syntax
FieldValue
Formal syntaxauto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region
Initial valueauto
Applies toblockLevelElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Fragmentation
StatusStandard

Practical examples

These declarations demonstrate valid ways to set break-after. The initial and inherit global keywords remain available even when a property-specific value is preferable.

break-after live example
CSS .reset-example { break-after: initial; } .inherit-example { break-after: inherit; } @supports (break-after: initial) { .supported { break-after: initial; } }

Description

The CSS break-after property is a standard property in CSS Fragmentation. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: break-after
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies