style: Unprefix user-select.

The CSSWG decided that our behavior regarding inheritance is what we want,
see [1].

[1]: https://github.com/w3c/csswg-drafts/issues/3344

Differential Revision: https://phabricator.services.mozilla.com/D11585
This commit is contained in:
Emilio Cobos Álvarez 2019-05-17 02:43:59 +00:00
parent 7cf2e38bb7
commit 67909022a0

View file

@ -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",