CSS orphans Property Reference

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

CSS orphans Property Reference

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

Updated 2026-08-12

orphans overview

The CSS orphans 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

orphans 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 orphans. The initial and inherit global keywords remain available even when a property-specific value is preferable.

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

Description

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

References

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

Similar or alternative tools

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