diff --git a/components/style/properties/longhand/pointing.mako.rs b/components/style/properties/longhand/pointing.mako.rs index 6361e394a09f..9596a7029ecb 100644 --- a/components/style/properties/longhand/pointing.mako.rs +++ b/components/style/properties/longhand/pointing.mako.rs @@ -21,7 +21,7 @@ ${helpers.single_keyword("pointer-events", "auto none", animation_value_type="di flags="APPLIES_TO_PLACEHOLDER", spec="https://www.w3.org/TR/SVG11/interact.html#PointerEventsProperty")} -${helpers.single_keyword("-moz-user-input", "auto none enabled disabled", +${helpers.single_keyword("-moz-user-input", "auto none enabled", products="gecko", gecko_ffi_name="mUserInput", gecko_enum_prefix="StyleUserInput", animation_value_type="discrete",