LibWeb: Parse the position-anchor property

This commit is contained in:
Tim Ledbetter
2025-10-01 17:07:01 +01:00
committed by Sam Atkins
parent 7374a07fbc
commit 27cdf3a2c8
Notes: github-actions[bot] 2025-10-07 10:31:57 +00:00
9 changed files with 221 additions and 86 deletions

View File

@@ -636,6 +636,8 @@ All supported properties and their default values exposed from CSSStylePropertie
'pointerEvents': 'auto'
'pointer-events': 'auto'
'position': 'static'
'positionAnchor': 'auto'
'position-anchor': 'auto'
'positionArea': 'none'
'position-area': 'none'
'quotes': 'auto'