LibWeb/CSS: Add the text-rendering property

This commit is contained in:
Tim Ledbetter
2025-06-27 07:03:05 +01:00
committed by Sam Atkins
parent 7152821c8f
commit 68035a2b8d
Notes: github-actions[bot] 2025-06-27 15:53:08 +00:00
19 changed files with 106 additions and 10 deletions

View File

@@ -618,6 +618,8 @@ All supported properties and their default values exposed from CSSStylePropertie
'text-justify': 'auto'
'textOverflow': 'clip'
'text-overflow': 'clip'
'textRendering': 'auto'
'text-rendering': 'auto'
'textShadow': 'none'
'text-shadow': 'none'
'textTransform': 'none'