Re: [csswg-drafts] [css-grid-2] Specify behaviour when a sub grids margin/border/padding is larger than the edge tracks maximum size (#7072)

Yes, those tests are definitely broken. Nothing in the spec suggests that the magical margin should be capped by anything. And capping as browsers are currently doing doesn't even rescue the layout in any way; the items in those cells still overflow their tracks. (I could *understand* if it was capped at `track size - max(min-content of items)`, as that could *potentially* be justified as doing something useful, but it's not, and it doesn't do *enough* useful to be worthwhile anyway.)

So yes, if you're willing to fix those WPTs that would be awesome.

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


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

Received on Monday, 28 February 2022 23:33:43 UTC