Handle prefixed value of -moz-user-select properly

This commit is contained in:
Xidorn Quan 2017-06-29 14:22:16 -07:00
parent 8f37de05b2
commit 9299a0dc2c
4 changed files with 9 additions and 5 deletions

View file

@ -17,11 +17,13 @@ ${helpers.single_keyword("ime-mode", "auto normal active disabled inactive",
spec="https://drafts.csswg.org/css-ui/#input-method-editor")}
${helpers.single_keyword("-moz-user-select", "auto text none all element elements" +
" toggle tri-state -moz-all -moz-none -moz-text",
" toggle tri-state -moz-all -moz-text",
products="gecko",
alias="-webkit-user-select",
gecko_ffi_name="mUserSelect",
gecko_enum_prefix="StyleUserSelect",
gecko_strip_moz_prefix=False,
aliases="-moz-none=none",
animation_value_type="none",
spec="https://drafts.csswg.org/css-ui-4/#propdef-user-select")}