mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 12:49:05 +00:00
LibWeb: Parse and propagate touch-action CSS property
Co-authored-by: Sam Atkins <sam@ladybird.org>
This commit is contained in:
parent
b3713db4ab
commit
6cbb5d2785
Notes:
github-actions[bot]
2025-05-06 11:23:01 +00:00
Author: https://github.com/stravant 🔰
Commit: 6cbb5d2785
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3837
Reviewed-by: https://github.com/AtkinsSJ ✅
21 changed files with 364 additions and 19 deletions
|
@ -616,6 +616,8 @@ All supported properties and their default values exposed from CSSStylePropertie
|
|||
'textTransform': 'none'
|
||||
'text-transform': 'none'
|
||||
'top': 'auto'
|
||||
'touchAction': 'auto'
|
||||
'touch-action': 'auto'
|
||||
'transform': 'none'
|
||||
'transformBox': 'view-box'
|
||||
'transform-box': 'view-box'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue