LibWeb: Parse widows CSS property

This commit is contained in:
Callum Law
2025-09-27 02:44:54 +12:00
committed by Sam Atkins
parent 3d85532752
commit c4d6deb5c7
Notes: github-actions[bot] 2025-09-26 15:36:06 +00:00
14 changed files with 416 additions and 8 deletions

View File

@@ -741,6 +741,7 @@ All supported properties and their default values exposed from CSSStylePropertie
'white-space-collapse': 'collapse'
'whiteSpaceTrim': 'none'
'white-space-trim': 'none'
'widows': '2'
'width': '284px'
'willChange': 'auto'
'will-change': 'auto'