Aliaksandr Kalenik
bf41af6b9d
LibWeb: Calculate y of a box before resolving width in BFC
...
Calculating width of a box in BFC requires having resolved y to be able
to check if a box overlaps with any floating boxes.
This change makes compute_width() to be called after finding y
position. That also required to move resolving of vertical metrics
in the beginning of a box layout process to have vertical margins
resolved before finding y position.
2023-05-04 06:14:58 +02:00
..
2023-04-26 19:17:04 +01:00
2023-04-29 08:55:16 -06:00
2023-04-15 15:24:50 +02:00
2023-05-03 08:31:34 +01:00
2023-04-26 09:40:25 +01:00
2023-04-25 14:48:40 +02:00
2023-04-30 21:12:46 +03:30
2023-04-23 14:30:59 +02:00
2023-04-26 09:40:25 +01:00
2023-04-15 09:03:47 +03:30
2023-04-23 14:30:59 +02:00
2023-04-30 14:10:01 +02:00
2023-04-15 06:37:04 +02:00
2023-05-03 15:05:13 +02:00
2023-05-03 21:39:09 +01:00
2023-04-15 06:37:04 +02:00
2023-04-25 14:48:40 +02:00
2023-05-02 07:03:57 -04:00
2023-04-25 14:48:40 +02:00
2023-04-25 02:16:48 -06:00
2023-04-14 16:02:59 +01:00
2023-04-25 14:48:40 +02:00
2023-04-14 12:33:54 +02:00
2023-04-25 08:32:21 -04:00
2023-04-27 07:27:14 +02:00
2023-04-14 10:00:52 +02:00
2023-04-30 00:46:11 +02:00
2023-04-23 23:14:30 +02:00
2023-04-28 09:42:28 +02:00
2023-04-28 05:55:20 +02:00
2023-05-02 07:00:46 -04:00
2023-04-25 14:48:40 +02:00
2023-04-28 05:55:20 +02:00
2023-05-04 06:14:58 +02:00
2023-04-15 06:37:04 +02:00
2023-04-22 12:32:40 +02:00