ladybird/Tests/LibWeb/Text/input/wpt-import/css/css-text
Sam Atkins 11e2dbb555 LibWeb/CSS: Support text-justify: distribute legacy value alias
...for `text-justify: inter-character`.

We previously had this mapped in Enums.json, but the behaviour is
different: `a=b` in Enums.json keeps `a` around but makes it behave the
same as `b`. A legacy name alias is instead expected to replace `a`
with `b`, so we have to do that separately.
2025-07-21 10:04:42 +01:00
..
parsing LibWeb: Implement text-wrap CSS property 2025-06-04 12:48:36 +01:00
text-align
text-justify LibWeb/CSS: Support text-justify: distribute legacy value alias 2025-07-21 10:04:42 +01:00