mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
LibWeb: Improve user-select support
This commit is contained in:
parent
6293556935
commit
eb7824339b
Notes:
github-actions[bot]
2025-01-06 12:23:36 +00:00
Author: https://github.com/Psychpsyo
Commit: eb7824339b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3139
Reviewed-by: https://github.com/AtkinsSJ ✅
3 changed files with 11 additions and 0 deletions
|
@ -129,6 +129,9 @@ All supported properties and their default values exposed from CSSStyleDeclarati
|
|||
'WebkitTransitionTimingFunction': 'ease'
|
||||
'webkitTransitionTimingFunction': 'ease'
|
||||
'-webkit-transition-timing-function': 'ease'
|
||||
'WebkitUserSelect': 'auto'
|
||||
'webkitUserSelect': 'auto'
|
||||
'-webkit-user-select': 'auto'
|
||||
'accentColor': 'auto'
|
||||
'accent-color': 'auto'
|
||||
'alignContent': 'normal'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue