CSS interpolate-size Property Reference

The CSS interpolate-size property is a experimental property in CSS Values and Units. Review its formal syntax, computed behavior, and practical declarations.

CSS interpolate-size Property Reference

The CSS interpolate-size property is a experimental property in CSS Values and Units. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

interpolate-size overview

The CSS interpolate-size property is a experimental property in CSS Values and Units. 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

interpolate-size formal syntax
FieldValue
Formal syntaxnumeric-only | allow-keywords
Initial valuenumeric-only
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typenotAnimatable
Medianone
Specification groupCSS Values and Units
StatusExperimental

Practical examples

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

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

Description

The CSS interpolate-size property is a experimental property in CSS Values and Units. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: interpolate-size
  2. MDN: CSS Properties Reference

Similar or alternative tools

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