RESOLVED FIXED 249206
[margin-trim] Implement margin trim for block containers
https://bugs.webkit.org/show_bug.cgi?id=249206
Summary [margin-trim] Implement margin trim for block containers
Sammy Gill
Reported 2022-12-12 22:26:09 PST
For block containers specifically, margin-trim discards: - The block-start margin of a block-level first child, when trimming at the block-start edge. - The block-end margin of a block-level last child, when trimming at the block-end edge. - Any margin collapsed with these margins. https://w3c.github.io/csswg-drafts/css-box-4/#margin-trim-block
Attachments
Radar WebKit Bug Importer
Comment 1 2022-12-12 22:26:43 PST
Sammy Gill
Comment 2 2022-12-19 16:21:01 PST
EWS
Comment 3 2023-01-04 16:35:46 PST
Committed 258457@main (6bd29f7cff74): <https://commits.webkit.org/258457@main> Reviewed commits have been landed. Closing PR #7882 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.