CSS page-break-inside Property Reference

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

CSS page-break-inside Property Reference

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

Updated 2026-08-12

page-break-inside overview

The CSS page-break-inside 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-inside formal syntax
FieldValue
Formal syntaxauto | avoid
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-inside. The initial and inherit global keywords remain available even when a property-specific value is preferable.

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

Description

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

References

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

Similar or alternative tools

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