mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
LibWeb/CSS: Add the text-rendering property
This commit is contained in:
committed by
Sam Atkins
parent
7152821c8f
commit
68035a2b8d
Notes:
github-actions[bot]
2025-06-27 15:53:08 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/68035a2b8d7 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5236 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user