CSS dynamic-range-limit Property Reference

The CSS dynamic-range-limit property is a standard property in CSS Color. Review its formal syntax, computed behavior, and practical declarations.

CSS dynamic-range-limit Property Reference

The CSS dynamic-range-limit property is a standard property in CSS Color. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

dynamic-range-limit overview

The CSS dynamic-range-limit property is a standard property in CSS Color. 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

dynamic-range-limit formal syntax
FieldValue
Formal syntaxstandard | no-limit | constrained | <dynamic-range-limit-mix()>
Initial valueno-limit
Applies toallElements
InheritedYes
Percentagesno
Computed valuecomputedValueForDynamicRangeLimit
Animation typebyDynamicRangeLimitMix
Mediavisual
Specification groupCSS Color
StatusStandard

Practical examples

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

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

Description

The CSS dynamic-range-limit property is a standard property in CSS Color. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: dynamic-range-limit
  2. MDN: CSS Properties Reference

Similar or alternative tools

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