CSS contain-intrinsic-inline-size Property Reference

The CSS contain-intrinsic-inline-size property is a standard property in CSS Box Sizing. Review its formal syntax, computed behavior, and practical declarations.

CSS contain-intrinsic-inline-size Property Reference

The CSS contain-intrinsic-inline-size property is a standard property in CSS Box Sizing. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

contain-intrinsic-inline-size overview

The CSS contain-intrinsic-inline-size property is a standard property in CSS Box Sizing. 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

contain-intrinsic-inline-size formal syntax
FieldValue
Formal syntaxauto? [ none | <length> ]
Initial valuenone
Applies toelementsForWhichSizeContainmentCanApply
InheritedNo
Percentagesno
Computed valueasSpecifiedWithLengthValuesComputed
Animation typebyComputedValueType
MediaNot specified
Specification groupCSS Box Sizing
StatusStandard

Practical examples

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

contain-intrinsic-inline-size live example
CSS .reset-example { contain-intrinsic-inline-size: initial; } .inherit-example { contain-intrinsic-inline-size: inherit; } @supports (contain-intrinsic-inline-size: initial) { .supported { contain-intrinsic-inline-size: initial; } }

Description

The CSS contain-intrinsic-inline-size property is a standard property in CSS Box Sizing. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: contain-intrinsic-inline-size
  2. MDN: CSS Properties Reference

Similar or alternative tools

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