mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
Fix -moz-user-select: tri-state
This commit is contained in:
parent
de421216ad
commit
a304b5bfac
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ ${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-none -moz-text",
|
||||
products="gecko",
|
||||
alias="-webkit-user-select",
|
||||
gecko_ffi_name="mUserSelect",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue