LibWeb: Parse and propagate touch-action CSS property

Co-authored-by: Sam Atkins <sam@ladybird.org>
This commit is contained in:
Mark Langen 2025-03-16 18:44:49 -07:00 committed by Sam Atkins
commit 6cbb5d2785
Notes: github-actions[bot] 2025-05-06 11:23:01 +00:00
21 changed files with 364 additions and 19 deletions

View file

@ -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'