Tim Ledbetter
53a0991ff5
LibWeb: Remove LightDark and ColorMix from the ColorType enum
2026-04-22 11:52:56 +01:00
Callum Law
ed2909674f
LibWeb: Add computationally independent check for custom properties
...
Registered custom properties only accept "computationally independent"
values for their initial value
2026-03-26 01:11:39 +00:00
Sam Atkins
54f54a63b2
LibWeb/CSS: Absolutize LightDarkStyleValues
2026-02-05 13:48:10 +00:00
Tim Ledbetter
a27d269721
LibWeb: Pass StringBuilder around during StyleValue serialization
...
Previously, some StyleValues created a large number of intermediate
strings during serialization. Passing a StringBUilder into the
serialization function allows us to avoid a large number of these
unnecessary allocations.
2026-01-09 10:00:58 +01:00
Sam Atkins
5bd3bc309e
LibWeb/CSS: Rename color style value types
...
The typed-om classes will be separate.
2025-08-08 15:19:03 +01:00