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
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

@ -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),