Bug 261752 - When a block quote exactly reaches the bottom of a column, its margin affects the subsequent column [Multicolumn]
Summary: When a block quote exactly reaches the bottom of a column, its margin affects...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: Safari 16
Hardware: Mac (Apple Silicon) macOS 13
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-09-19 09:43 PDT by Brad Andalman
Modified: 2023-09-26 09:44 PDT (History)
4 users (show)

See Also:


Attachments
HTML showing the blockquote margin improperly affecting the next column (2.22 KB, text/html)
2023-09-19 09:43 PDT, Brad Andalman
no flags Details
HTML showing the same behavior as the previous attachment, but in “standard” mode (2.24 KB, text/html)
2023-09-19 09:44 PDT, Brad Andalman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brad Andalman 2023-09-19 09:43:17 PDT
Created attachment 467755 [details]
HTML showing the blockquote margin improperly affecting the next column

I have a <blockquote> that exactly reaches the bottom of a column. Even though it is entirely contained within a single column, the margin-bottom affects the next column.

However, if I decrease the margin-top of the <blockquote> by a single pixel – so that the bottom of the <blockquote> no longer reaches the bottom of the column - then the margin-bottom doesn't affect the subsequent column at all.

This is similar to WebKit bug #212505 (https://bugs.webkit.org/show_bug.cgi?id=212505). It doesn’t seem to be identical, though, because that bug identifies different behavior depending on whether the browser is in quirks mode. For this bug, the behavior is the same regardless of the rendering mode.
Comment 1 Brad Andalman 2023-09-19 09:44:12 PDT
Created attachment 467756 [details]
HTML showing the same behavior as the previous attachment, but in “standard” mode
Comment 2 Radar WebKit Bug Importer 2023-09-26 09:44:14 PDT
<rdar://problem/116060548>