mirror of
https://github.com/servo/servo.git
synced 2025-08-13 17:35:36 +01:00
Add remaining keyword values of -moz-user-select (fixes #15197)
This commit is contained in:
parent
7cd4c69c40
commit
3d5b607ba5
4 changed files with 37 additions and 3 deletions
|
@ -16,11 +16,12 @@ ${helpers.single_keyword("ime-mode", "normal auto active disabled inactive",
|
|||
animatable=False,
|
||||
spec="https://drafts.csswg.org/css-ui/#input-method-editor")}
|
||||
|
||||
${helpers.single_keyword("-moz-user-select", "auto text none all", products="gecko",
|
||||
${helpers.single_keyword("-moz-user-select", "auto text none all element elements" +
|
||||
" toggle tri_state -moz-all -moz-none -moz-text",
|
||||
products="gecko",
|
||||
alias="-webkit-user-select",
|
||||
gecko_ffi_name="mUserSelect",
|
||||
gecko_enum_prefix="StyleUserSelect",
|
||||
gecko_inexhaustive=True,
|
||||
animatable=False,
|
||||
spec="https://drafts.csswg.org/css-ui-4/#propdef-user-select")}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue