Add -moz-user-select

This commit is contained in:
Keith Yeung 2016-05-17 03:40:32 -04:00
parent ac9c411d18
commit ff98e44654

View file

@ -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")}