diff --git a/components/style/properties/longhand/effects.mako.rs b/components/style/properties/longhand/effects.mako.rs index 4ad6e99cda9..453199af08f 100644 --- a/components/style/properties/longhand/effects.mako.rs +++ b/components/style/properties/longhand/effects.mako.rs @@ -10,7 +10,8 @@ ${helpers.predefined_type("opacity", "Opacity", "1.0", - animatable=True)} + animatable=True, + spec="https://drafts.csswg.org/css-color/#opacity")} <%helpers:vector_longhand name="box-shadow" allow_empty="True" animatable="True" spec="https://drafts.csswg.org/css-backgrounds/#box-shadow">