diff options
author | Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com> | 2023-01-26 13:40:46 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-01-26 12:34:29 +0100 |
commit | 00f8b5a911d17d29db56c7d5373e37e64dffae57 (patch) | |
tree | 523ba1ab1d7662a4474dc2e95e911ce82c46384e /Userland/Libraries/LibWeb/FileAPI | |
parent | 6eb2f4bfee1c8978444486354a8586b1e5c55676 (diff) | |
download | serenity-00f8b5a911d17d29db56c7d5373e37e64dffae57.zip |
LibWeb: Ignore only anonymous blocks in block auto height calculation
Previously block auto height calculation was changed to skip boxes with
collapsed margins and then condition to skip anonymous boxes with no
lines was also removed in 6c5ba10bb025e863a0567c5b1f6110f2b0233108 to
avoid skipping anonymous wrappers of tables.
Skipping boxes with collapsed margins (currently it's check that
height is 0) is wrong because it makes empty boxes with clearance to
be skipped which is not correct while anonymous boxes with no lines
should be skipped and it's no longer causes problems with tables
(fixed in 87f0e835eb7fee2af95a365f29113f315571a755)
Diffstat (limited to 'Userland/Libraries/LibWeb/FileAPI')
0 files changed, 0 insertions, 0 deletions