LibWeb: Parse the shape-margin property

This commit is contained in:
Callum Law
2025-10-17 03:28:07 +13:00
committed by Tim Ledbetter
parent 9c7202e3f3
commit 1a3635cda5
Notes: github-actions[bot] 2025-10-17 10:11:22 +00:00
9 changed files with 165 additions and 149 deletions

View File

@@ -699,6 +699,8 @@ All supported properties and their default values exposed from CSSStylePropertie
'scrollbar-width': 'auto'
'shapeImageThreshold': '0'
'shape-image-threshold': '0'
'shapeMargin': '0px'
'shape-margin': '0px'
'shapeOutside': 'none'
'shape-outside': 'none'
'shapeRendering': 'auto'