Sam Atkins
68dae8ab46
LibWeb: Deduplicate calc-parsing code
...
We had `parse_calculated_value()` which parsed the contents of `calc()`,
and `parse_dynamic_value()` which parsed any math function, both of
which produce a CalculatedStyleValue, but return a plain StyleValue.
This was confusing, so let's combine them together, and return a
CalculatedStyleValue.
This also makes the other math functions work in
`StyleComputer::expand_unresolved_values()`.
2023-08-17 16:21:42 +02:00
..
2023-08-08 07:37:21 +02:00
2023-08-13 15:38:42 +02:00
2023-08-13 15:38:42 +02:00
2023-08-17 16:21:42 +02:00
2023-08-16 12:16:05 +02:00
2023-08-13 15:38:42 +02:00
2023-08-13 15:38:42 +02:00
2023-08-13 15:03:53 -06:00
2023-08-13 15:38:42 +02:00
2023-08-13 15:38:42 +02:00
2023-08-13 15:38:42 +02:00
2023-08-17 10:07:38 +02:00
2023-08-09 17:09:16 +02:00
2023-08-09 17:26:44 +02:00
2023-08-13 15:38:42 +02:00
2023-08-17 09:08:18 +02:00
2023-08-15 10:41:54 +01:00
2023-08-13 15:38:42 +02:00
2023-08-08 07:39:11 +02:00
2023-08-13 15:03:53 -06:00
2023-08-16 14:51:12 +02:00
2023-08-08 07:39:11 +02:00
2023-08-04 13:49:36 -06:00
2023-08-13 15:03:53 -06:00
2023-08-13 15:38:42 +02:00
2023-08-13 15:38:42 +02:00
2023-08-12 07:59:23 +01:00
2023-08-13 15:38:42 +02:00
2023-08-13 15:38:42 +02:00
2023-08-13 15:03:53 -06:00
2023-08-13 15:38:42 +02:00
2023-08-13 15:03:53 -06:00
2023-08-13 15:38:42 +02:00
2023-08-13 15:38:42 +02:00
2023-08-13 15:38:42 +02:00
2023-08-09 17:09:16 +02:00
2023-08-13 15:38:42 +02:00
2023-08-13 15:38:42 +02:00
2023-08-13 15:03:53 -06:00
2023-08-13 15:03:53 -06:00
2023-08-13 15:38:42 +02:00
2023-08-15 10:41:54 +01:00
2023-08-12 16:26:32 +02:00
2023-08-12 07:59:23 +01:00
2023-08-12 07:59:23 +01:00
2023-08-07 16:03:27 +02:00
2023-08-07 16:03:27 +02:00
2023-08-05 20:03:09 +02:00
2023-08-10 12:24:21 +02:00