CSS box-decoration-break Property Reference

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

CSS box-decoration-break Property Reference

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

Updated 2026-08-12

box-decoration-break overview

The CSS box-decoration-break 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

box-decoration-break formal syntax
FieldValue
Formal syntaxslice | clone
Initial valueslice
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Fragmentation
StatusStandard

Practical examples

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

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

Description

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

References

  1. MDN: box-decoration-break
  2. MDN: CSS Properties Reference

Similar or alternative tools

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