Enver Balalic
74d8e201eb
LibWeb: Fix calculating the intrinsic height of a box
...
For computing height in FormattingContext::calculate_intrinsic_sizes
we were calling into BlockFormattingContext::compute_theoretical_height
which will check if the CSS height property was defined and calculate
the height based on that instead of calculating the intrinsic height
This patch adds a new function calculate_intrinsic_height, which will
call into compute_auto_height_for_block_level_element for a block
element, or into compute_height_for_replaced_element for a replaced
element.
2022-03-30 21:16:47 +02:00
..
2022-03-17 17:23:49 +00:00
2022-03-11 00:21:49 +01:00
2022-03-29 12:35:31 +02:00
2022-03-22 19:26:51 +01:00
2022-03-22 19:26:51 +01:00
2022-03-22 19:26:51 +01:00
2022-03-26 17:31:01 +01:00
2022-03-17 17:23:49 +00:00
2022-03-11 00:21:49 +01:00
2022-03-17 17:23:49 +00:00
2022-03-16 00:38:31 +01:00
2022-03-17 17:23:49 +00:00
2022-03-11 00:21:49 +01:00
2022-03-17 17:23:49 +00:00
2022-03-16 00:38:31 +01:00
2022-03-27 17:43:47 +02:00
2022-03-27 17:43:47 +02:00
2022-03-24 03:35:11 +01:00
2022-03-30 21:16:47 +02:00
2022-03-30 21:16:47 +02:00
2022-03-26 17:31:01 +01:00
2022-03-26 17:31:01 +01:00
2022-03-17 17:23:49 +00:00
2022-03-11 00:21:49 +01:00
2022-03-27 01:14:56 +01:00
2022-03-11 00:21:49 +01:00
2022-03-23 17:38:00 +01:00
2022-03-21 13:03:33 +01:00
2022-03-30 01:12:44 +02:00
2022-03-18 15:18:48 +01:00
2022-03-27 21:56:21 +02:00
2022-03-27 21:56:21 +02:00
2022-03-17 17:23:49 +00:00
2022-03-11 00:21:49 +01:00
2022-03-17 17:23:49 +00:00
2022-03-16 00:38:31 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-17 17:23:49 +00:00
2022-03-09 18:47:32 +01:00
2022-03-24 22:52:44 +01:00
2022-03-30 01:12:44 +02:00
2022-03-30 00:57:15 +02:00
2022-03-30 01:12:44 +02:00
2022-03-26 20:04:56 +01:00
2022-03-17 17:23:49 +00:00
2022-03-17 17:23:49 +00:00
2022-03-13 18:09:43 +01:00
2022-03-27 18:16:08 +02:00
2022-03-24 18:14:01 +01:00
2022-03-17 17:23:49 +00:00
2022-03-11 00:21:49 +01:00
2022-03-17 17:23:49 +00:00
2022-03-16 00:38:31 +01:00
2022-03-17 17:23:49 +00:00
2022-03-13 18:09:43 +01:00
2022-03-19 12:42:10 +01:00
2022-03-19 12:42:10 +01:00
2022-03-17 17:23:49 +00:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-11 00:21:49 +01:00
2022-03-19 12:42:10 +01:00
2022-03-19 12:42:10 +01:00
2022-03-17 17:23:49 +00:00
2022-03-17 17:23:49 +00:00
2022-03-29 00:39:57 +02:00
2022-03-29 00:39:57 +02:00
2022-03-17 17:23:49 +00:00
2022-03-17 17:23:49 +00:00
2022-03-29 03:05:11 +02:00
2022-03-27 21:56:21 +02:00
2022-03-30 00:57:15 +02:00