mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
9e39f51fd3
Before this change, block-level boxes were laid out vertically by placing them after the nearest previous BlockContainer sibling. This only worked if the preceding block-level box happened to be a BlockContainer. This fixes an issue where the screenshot on netsurf-browser.org was not being laid out properly (it was `img { display: block }` which creates a block-level ImageBox, and ImageBox is not a BlockContainer but a ReplacedBox, so the following block-level box was skipping over the ImageBox and being placed next to whatever was before the ImageBox..) |
||
---|---|---|
.. | ||
Applets | ||
Applications | ||
Demos | ||
DevTools | ||
DynamicLoader | ||
Games | ||
Libraries | ||
Services | ||
Shell | ||
Utilities | ||
CMakeLists.txt |