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.
Created attachment 467756 [details] HTML showing the same behavior as the previous attachment, but in “standard” mode
<rdar://problem/116060548>