mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
When checking if a line box fragment "isn't just dumb inline content", we were checking "is replaced or inline-block". What we really need to be checking is "is replaced or inline-outside-but-not-flow-inside". So now we check that. This fixes an issue where inline-flex boxes were given incorrect extra height due to being treated as regular text for purposes of line height calculation.
14 KiB
14 KiB