From 4486758fae01f504d6e24f0b546a2573329c2340 Mon Sep 17 00:00:00 2001 From: Daisuke Akatsuka Date: Thu, 20 Jul 2017 12:26:21 +0900 Subject: [PATCH] make -moz-user-select property animatable --- components/style/properties/longhand/ui.mako.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/style/properties/longhand/ui.mako.rs b/components/style/properties/longhand/ui.mako.rs index 41926a69bec..b3a279aba7a 100644 --- a/components/style/properties/longhand/ui.mako.rs +++ b/components/style/properties/longhand/ui.mako.rs @@ -22,9 +22,10 @@ ${helpers.single_keyword("-moz-user-select", "auto text none all element element alias="-webkit-user-select", gecko_ffi_name="mUserSelect", gecko_enum_prefix="StyleUserSelect", + gecko_inexhaustive=True, gecko_strip_moz_prefix=False, aliases="-moz-none=none", - animation_value_type="none", + animation_value_type="discrete", spec="https://drafts.csswg.org/css-ui-4/#propdef-user-select")} ${helpers.single_keyword("-moz-window-dragging", "default drag no-drag", products="gecko",