mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
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:
parent
7cf2e38bb7
commit
67909022a0
1 changed files with 2 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue