Re: [csswg-drafts] [css-grid] Overflow with auto-repeat and minmax() (#4043)

I have tried to read all discussions [here](https://bugzilla.mozilla.org/show_bug.cgi?id=1559186)(BugZilla), [here](https://bugs.chromium.org/p/chromium/issues/detail?id=973906)(Chromium), and in this issue, but please forgive me if I missed the answer to the following question: does this update will also resolve the following [case](https://codepen.io/creative-wave/pen/YzzRNwv?editors=1100), or should I fill a new ticket? This is a minimal reproduction of the CodePen used by Rachel Andrew to explain minmax() on its [personal website](https://rachelandrew.co.uk/archives/2016/04/12/flexible-sized-grids-with-auto-fill-and-minmax). I think it's also used in the ticket from BugZilla.

**What is the expected behavior?**

Each grid item should have a minimum with of 200px

**What went wrong?**

When resizing the window, the min value in minmax() might be ignored for "B" and/or "C", ie. grid items placed before an "overflowing" area (grid cell-s-) generated by a spanning grid item.

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

Received on Friday, 15 November 2019 14:18:19 UTC