CSS shape-image-threshold Property Reference

The CSS shape-image-threshold property is a standard property in CSS Shapes. Review its formal syntax, computed behavior, and practical declarations.

CSS shape-image-threshold Property Reference

The CSS shape-image-threshold property is a standard property in CSS Shapes. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

shape-image-threshold overview

The CSS shape-image-threshold property is a standard property in CSS Shapes. 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

shape-image-threshold formal syntax
FieldValue
Formal syntax<opacity-value>
Initial value0.0
Applies tofloats
InheritedNo
Percentagesno
Computed valuespecifiedValueNumberClipped0To1
Animation typenumber
Mediavisual
Specification groupCSS Shapes
StatusStandard

Practical examples

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

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

Description

The CSS shape-image-threshold property is a standard property in CSS Shapes. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: shape-image-threshold
  2. MDN: CSS Properties Reference

Similar or alternative tools

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