diff --git a/components/style/gecko/generated/structs.rs b/components/style/gecko/generated/structs.rs index 5762d067e28..ec899494fe3 100644 --- a/components/style/gecko/generated/structs.rs +++ b/components/style/gecko/generated/structs.rs @@ -4973,9 +4973,7 @@ pub mod root { #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] pub enum StyleUserInput { None = 0, - Enabled = 1, - Disabled = 2, - Auto = 3, + Auto = 1, } #[repr(u8)] #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] diff --git a/components/style/properties/longhand/pointing.mako.rs b/components/style/properties/longhand/pointing.mako.rs index 6361e394a09..fbd34cc5754 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", products="gecko", gecko_ffi_name="mUserInput", gecko_enum_prefix="StyleUserInput", animation_value_type="discrete",