LibWeb: Implement text-wrap-style CSS property

This commit is contained in:
Callum Law
2025-05-31 20:31:07 +12:00
committed by Sam Atkins
parent 7d99a92135
commit 9ba74316d2
Notes: github-actions[bot] 2025-06-04 11:49:41 +00:00
14 changed files with 140 additions and 5 deletions

View File

@@ -619,6 +619,8 @@ All supported properties and their default values exposed from CSSStylePropertie
'text-transform': 'none'
'textWrapMode': 'wrap'
'text-wrap-mode': 'wrap'
'textWrapStyle': 'auto'
'text-wrap-style': 'auto'
'top': 'auto'
'touchAction': 'auto'
'touch-action': 'auto'