Re: [csswg-drafts] [css-box-4] Applying `margin-trim` to fragmentation containers (#10761)

Applying generally to fragmentation containers is somewhat troublesome. E.g. for grid we calculate the grid once, then fragment based on that. We can expand grid rows (in certain cases, e.g. when not fixed) due to fragmentation, but shrinking is complex (detecting how much to shrink is problematic) which at first glance would be required in this case.

Table has the exact same problem, and flex has similar issues.

Block layout is ok! And we already do this when we fragment across a margin:
https://www.software.hixie.ch/utilities/js/live-dom-viewer/?saved=13014

-- 
GitHub Notification of comment by bfgeek
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10761#issuecomment-2302549257 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 21 August 2024 16:53:47 UTC