Andreas Kling
0843960235
LibWeb: Use CSS::Size for computed size and max-size values
...
This patch changes the *computed* representation of the following CSS
properties to use CSS::Size:
- width, min-width, max-width
- height, min-height, max-height
A few things had to change in order for things to keep working,
but I tried to keep the diff to a minimum.
The main trouble was that `min-width` and `max-width` can't actually be
`auto`, but they *can* be `none`. We previously treated `auto` as a
valid value (and it behaved mostly like `none`).
2022-09-25 17:51:43 +02:00
..
2022-09-22 02:04:23 +02:00
2022-09-16 10:50:48 +01:00
2022-09-25 17:51:43 +02:00
2022-09-06 00:27:09 +02:00
2022-09-21 21:12:24 +01:00
2022-09-06 00:27:09 +02:00
2022-09-14 10:50:33 +01:00
2022-09-21 21:12:24 +01:00
2022-09-06 00:27:09 +02:00
2022-09-06 00:27:09 +02:00
2022-09-21 21:12:24 +01:00
2022-09-06 00:27:09 +02:00
2022-09-06 00:27:09 +02:00
2022-09-21 21:12:24 +01:00
2022-09-06 00:27:09 +02:00
2022-09-06 00:27:09 +02:00
2022-09-21 21:12:24 +01:00
2022-09-06 00:27:09 +02:00
2022-09-06 00:27:09 +02:00
2022-09-21 21:12:24 +01:00
2022-09-06 00:27:09 +02:00
2022-09-06 00:27:09 +02:00
2022-09-21 21:12:24 +01:00
2022-09-06 00:27:09 +02:00
2022-09-21 21:12:24 +01:00
2022-09-21 21:12:24 +01:00
2022-09-06 00:27:09 +02:00
2022-09-06 00:27:09 +02:00
2022-09-21 21:12:24 +01:00
2022-09-06 00:27:09 +02:00
2022-09-06 00:27:09 +02:00
2022-09-21 21:12:24 +01:00
2022-09-06 00:27:09 +02:00
2022-09-21 21:12:24 +01:00
2022-09-06 00:27:09 +02:00
2022-09-15 16:16:56 +02:00
2022-09-14 00:09:14 +02:00
2022-09-14 00:09:14 +02:00
2022-09-15 14:45:38 +01:00
2022-09-15 14:45:38 +01:00
2022-09-25 17:51:43 +02:00
2022-09-15 14:45:38 +01:00
2022-09-15 14:45:38 +01:00
2022-09-15 14:45:38 +01:00
2022-09-15 14:45:38 +01:00
2022-09-06 00:27:09 +02:00
2022-09-21 21:12:24 +01:00
2022-09-06 00:27:09 +02:00
2022-09-24 19:31:39 +01:00
2022-09-24 19:31:39 +01:00
2022-09-06 00:27:09 +02:00
2022-09-21 21:12:24 +01:00
2022-09-06 00:27:09 +02:00
2022-09-16 10:50:48 +01:00
2022-09-16 10:50:48 +01:00
2022-09-16 10:50:48 +01:00
2022-09-20 14:48:07 +02:00
2022-09-25 17:51:43 +02:00
2022-09-06 00:27:09 +02:00
2022-09-06 00:27:09 +02:00
2022-09-21 21:12:24 +01:00
2022-09-15 16:16:56 +02:00
2022-09-15 16:16:56 +02:00
2022-09-14 10:50:33 +01:00
2022-09-14 10:50:33 +01:00
2022-09-25 17:51:43 +02:00
2022-09-25 17:51:43 +02:00
2022-09-17 21:27:32 +02:00
2022-09-06 00:27:09 +02:00
2022-09-25 17:51:43 +02:00
2022-09-25 17:51:43 +02:00
2022-09-06 00:27:09 +02:00
2022-09-21 21:12:24 +01:00
2022-09-09 15:20:10 +02:00
2022-09-21 21:12:24 +01:00
2022-09-06 00:27:09 +02:00
2022-09-16 10:50:48 +01:00
2022-09-16 10:50:48 +01:00
2022-09-18 13:27:24 -04:00