Sam Atkins
ee712bd98f
LibWeb/CSS: Simplify calculations after parsing them
...
If a calculation was simplified down to a single numeric node, then most
of the time we can instead return a regular StyleValue, for example
`calc(2px + 3px)` would be simplified down to a `5px` LengthStyleValue.
This means that parse_calculated_value() can't return a
CalculatedStyleValue directly, and its callers all have to handle
non-calculated values as well as calculated ones.
This simplification is reflected in the new test results. Serialization
is not yet correct in all cases but we're closer than we were. :^)
2025-01-30 19:31:54 +01:00
..
2024-10-03 07:07:28 -04:00
2024-12-06 15:35:36 +01:00
2024-12-20 15:29:18 +00:00
2024-11-18 19:55:46 -05:00
2024-08-12 17:21:01 +01:00
2024-12-10 06:44:00 -08:00
2025-01-30 19:31:54 +01:00
2024-12-20 15:50:41 +01:00
2025-01-25 13:16:13 +00:00
2025-01-24 23:53:26 +01:00
2024-12-11 16:40:36 -07:00
2025-01-21 19:22:07 +00:00
2025-01-26 17:30:00 +01:00
2025-01-27 00:10:14 +00:00
2024-12-10 10:31:47 -08:00
2024-10-03 07:07:28 -04:00
2025-01-19 14:38:14 +01:00
2024-10-03 07:07:28 -04:00
2024-12-02 06:47:49 +00:00
2024-10-21 12:09:11 +02:00
2024-10-03 07:07:28 -04:00
2024-10-23 11:33:28 -06:00
2024-10-20 07:57:09 +01:00
2024-11-20 18:01:21 -07:00
2025-01-21 02:06:33 +01:00
2025-01-25 13:16:13 +00:00
2025-01-11 10:02:48 -05:00
2024-12-10 15:54:20 +01:00
2024-11-25 18:10:24 +01:00
2025-01-04 10:12:24 +00:00
2024-12-03 21:32:01 +00:00
2025-01-30 19:31:54 +01:00
2025-01-15 12:35:56 +00:00
2024-11-01 14:02:14 -04:00
2024-10-10 23:53:48 +01:00
2025-01-21 15:24:05 +01:00
2025-01-19 20:47:50 +00:00
2025-01-27 18:07:17 +00:00
2024-10-03 07:07:28 -04:00
2024-12-13 11:35:38 +00:00
2024-12-30 11:07:53 +01:00
2024-10-03 07:07:28 -04:00
2024-12-28 10:37:15 +01:00
2024-11-22 13:58:36 +00:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-12-07 12:06:53 +00:00
2024-12-07 12:06:53 +00:00
2024-12-07 12:06:53 +00:00
2024-10-03 07:07:28 -04:00
2024-10-22 08:44:51 -04:00
2024-10-23 09:05:33 +02:00
2024-10-03 07:07:28 -04:00
2024-12-04 16:19:32 +00:00
2024-11-22 00:32:19 +01:00
2024-10-03 07:07:28 -04:00
2024-12-06 04:48:33 +00:00
2024-10-03 07:07:28 -04:00
2024-10-24 20:41:30 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2025-01-30 19:30:44 +01:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-21 15:41:00 -06:00
2024-10-21 15:41:00 -06:00
2024-10-21 15:41:00 -06:00
2024-10-03 07:07:28 -04:00
2025-01-25 13:16:13 +00:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-12-20 15:10:24 +01:00
2024-12-30 11:04:16 +01:00
2024-12-17 13:44:10 +01:00
2024-12-06 06:09:44 +00:00
2024-10-03 07:07:28 -04:00
2024-10-07 15:10:41 +02:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-08-17 07:45:00 +02:00
2024-10-03 07:07:28 -04:00
2024-10-30 10:47:41 +01:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-12-04 11:30:44 +00:00
2024-10-03 07:07:28 -04:00
2025-01-26 00:52:38 +01:00
2025-01-26 23:10:58 +01:00
2024-10-12 15:00:35 +02:00
2024-10-25 12:42:29 +02:00
2024-09-02 17:14:21 +02:00
2025-01-20 18:21:20 +01:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-23 11:31:47 -06:00
2024-10-16 19:51:36 +02:00
2024-12-25 13:54:06 +00:00
2024-10-27 12:10:28 +01:00
2024-10-03 07:07:28 -04:00
2024-08-04 10:38:42 +02:00
2024-10-31 14:10:13 +01:00
2024-12-13 11:35:38 +00:00
2024-10-21 15:57:19 +02:00
2024-10-03 07:07:28 -04:00
2024-11-22 13:58:36 +00:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-11 07:40:49 +01:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-11-01 13:11:10 -04:00
2024-11-29 13:30:57 +01:00
2024-12-21 19:15:58 +01:00
2024-10-13 15:11:49 +02:00
2024-10-13 15:11:49 +02:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-11-01 15:06:09 +01:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-23 11:33:58 -06:00
2024-09-03 00:14:31 -06:00
2024-10-03 07:07:28 -04:00
2024-11-09 13:08:31 -07:00
2024-11-06 05:46:30 +00:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2025-01-12 19:47:01 +00:00
2024-10-03 07:07:28 -04:00
2024-11-26 23:20:20 +00:00
2024-10-03 07:07:28 -04:00
2024-10-02 16:04:17 -04:00
2024-10-10 17:52:58 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00
2024-10-03 07:07:28 -04:00