CSS widows Property Reference

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

CSS widows Property Reference

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

Updated 2026-08-12

widows overview

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

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

widows formal syntax
FieldValue
Formal syntax<integer>
Initial value2
Applies toblockContainerElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typebyComputedValueType
Mediavisual
Specification groupCSS Fragmentation
StatusStandard

Practical examples

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

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

Description

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

References

  1. MDN: widows
  2. MDN: CSS Properties Reference

Similar or alternative tools

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