Files
ladybird/Libraries/LibWeb/CSS/Parser
Callum Law e937f5db57 LibWeb: Always parse comma separated value lists as StyleValueList
Previously we would either parse these as `StyleValueList<T>` or `T`
depending on whether or not there was more than one value, this meant we
always had to handle both cases anywhere we used these values.
2025-12-01 10:16:41 +00:00
..
2025-08-23 16:04:36 -06:00