diff --git a/components/style/properties/longhand/box.mako.rs b/components/style/properties/longhand/box.mako.rs index 595f3e2e64ec..838c07d9a48b 100644 --- a/components/style/properties/longhand/box.mako.rs +++ b/components/style/properties/longhand/box.mako.rs @@ -911,6 +911,14 @@ ${helpers.single_keyword("-moz-orient", } +${helpers.predefined_type( + "shape-image-threshold", "Opacity", "0.0", + products="gecko", + gecko_pref="layout.css.shape-outside.enabled", + animation_value_type="ComputedValue", + spec="https://drafts.csswg.org/css-shapes/#shape-image-threshold-property", +)} + ${helpers.predefined_type( "shape-outside", "basic_shape::FloatAreaShape",