CSS page-break-before Property Reference

The CSS page-break-before property is a obsolete property in CSS Paged Media. Review its formal syntax, computed behavior, and practical declarations.

CSS page-break-before Property Reference

The CSS page-break-before property is a obsolete property in CSS Paged Media. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

page-break-before overview

The CSS page-break-before property is a obsolete property in CSS Paged Media. 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

page-break-before formal syntax
FieldValue
Formal syntaxauto | always | avoid | left | right | recto | verso
Initial valueauto
Applies toblockElementsInNormalFlow
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual, paged
Specification groupCSS Paged Media
StatusObsolete

Practical examples

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

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

Description

The CSS page-break-before property is a obsolete property in CSS Paged Media. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: page-break-before
  2. MDN: CSS Properties Reference

Similar or alternative tools

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