mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb/CSS: Add the text-rendering
property
This commit is contained in:
parent
7152821c8f
commit
68035a2b8d
Notes:
github-actions[bot]
2025-06-27 15:53:08 +00:00
Author: https://github.com/tcl3
Commit: 68035a2b8d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5236
Reviewed-by: https://github.com/AtkinsSJ ✅
19 changed files with 106 additions and 10 deletions
|
@ -76,6 +76,7 @@ static Array const attribute_style_properties {
|
|||
NamedPropertyID(CSS::PropertyID::StrokeOpacity),
|
||||
NamedPropertyID(CSS::PropertyID::StrokeWidth),
|
||||
NamedPropertyID(CSS::PropertyID::TextAnchor),
|
||||
NamedPropertyID(CSS::PropertyID::TextRendering),
|
||||
NamedPropertyID(CSS::PropertyID::TextOverflow),
|
||||
NamedPropertyID(CSS::PropertyID::TransformOrigin),
|
||||
NamedPropertyID(CSS::PropertyID::UnicodeBidi),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue