diff --git a/components/style/properties/longhands/ui.mako.rs b/components/style/properties/longhands/ui.mako.rs index 6d525825762..5c51569089c 100644 --- a/components/style/properties/longhands/ui.mako.rs +++ b/components/style/properties/longhands/ui.mako.rs @@ -32,12 +32,11 @@ ${helpers.single_keyword( )} ${helpers.predefined_type( - "-moz-user-select", + "user-select", "UserSelect", "computed::UserSelect::Auto", products="gecko", - gecko_ffi_name="mUserSelect", - alias="-webkit-user-select", + extra_prefixes="moz webkit", animation_value_type="discrete", needs_context=False, spec="https://drafts.csswg.org/css-ui-4/#propdef-user-select",