mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02:00
Margin collapsing is a bit confusing, but if I understand correctly, when collapsing a box's top margin with the vertically adjacent sibling box above, we should "skip over" empty (0-height) boxes and collapse their margin with *their* vertically adjacent sibling box above, etc. Iterating until we hit the first non-empty in-flow block. This pulls up the bottom part of the face on ACID2. :^)
33 KiB
33 KiB