From ff98e44654c5fa1a1601a92510afba55efb25090 Mon Sep 17 00:00:00 2001 From: Keith Yeung Date: Tue, 17 May 2016 03:40:32 -0400 Subject: [PATCH] Add -moz-user-select --- components/style/properties/longhand/ui.mako.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/style/properties/longhand/ui.mako.rs b/components/style/properties/longhand/ui.mako.rs index cb86d43bc2b4..6e2fdb345fc4 100644 --- a/components/style/properties/longhand/ui.mako.rs +++ b/components/style/properties/longhand/ui.mako.rs @@ -11,3 +11,6 @@ ${helpers.single_keyword("ime-mode", "normal auto active disabled inactive", products="gecko", gecko_ffi_name="mIMEMode")} + +${helpers.single_keyword("-moz-user-select", "auto text none all", products="gecko", + gecko_ffi_name="mUserSelect", gecko_constant_prefix="NS_STYLE_USER_SELECT")}