Commit graph

3 commits

Author SHA1 Message Date
Sam Atkins
7f2ff6df4e LibWeb/CSS: Tokenize PercentageStyleValues properly
- These should be Percentage tokens, not Dimensions.
- The `unit_name` is "percent", so the serialization also came out wrong
  as e.g. `10percent` instead of `10%`.
2026-04-15 16:42:15 +02:00
Sam Atkins
a30afafcc9 LibWeb/CSS: Use FlyString for CSSStyleValue property name 2025-10-02 13:46:04 +01:00
Sam Atkins
24017e4ab7 LibWeb/CSS: Reify numbers, dimensions and percentages as CSSUnitValue 2025-08-22 09:48:30 +01:00