Re: [csswg-drafts] [css-grid] Growth limits not increased with min-content contributions of spanning items (#4790)

@Loirooriol You're right. I guess the testcase I used to check implementations was incorrect. :/ The specified behavior is absurd, though. I'm surprised no one else noticed it's wrong. :( Here's a [new testcase](http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cstyle%3E%0A%20%20body%20%3E%20div%20%7B%20display%3A%20grid%3B%20border%3A%20solid%20silver%3B%20float%3A%20left%3B%20margin%3A%200%202em%3B%20%7D%0A%20%20div%20%3E%20div%3Afirst-child%20%7B%20grid-column%3A%201%20%2F%20-1%3B%20background%3A%20aqua%3B%20min-width%3A%200%20%7D%0A%3C%2Fstyle%3E%0A%0A%3Cdiv%20style%3D%22grid-template-columns%3A%20min-content%20min-content%2010px%22%3E%0A%20%20%3Cdiv%3Emin-content%20min%3C%2Fdiv%3E%0A%20%20%3Cdiv%20style%3D%22border%3A%20solid%20orange%22%3E%3C%2Fdiv%3E%3Cdiv%20style%3D%22border%3A%20solid%20teal%22%3E%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A%0A%0A%3Cdiv%20style%3D%22grid-template-columns%3A%20minmax(0%2C%20min-content)%20minmax(0%2C%20min-content)%2010px%22%3E%0A%20%20%3Cdiv%3Emin-content%20max%3C%2Fdiv%3E%0A%20%20%3Cdiv%20style%3D%22border%3A%20solid%20orange%22%3E%3C%2Fdiv%3E%3Cdiv%20style%3D%22border%3A%20solid%20teal%22%3E%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A%0A%3Cdiv%20style%3D%22grid-template-columns%3A%20minmax(0%2C%20max-content)%20minmax(0%2C%20max-content)%2010px%22%3E%0A%20%20%3Cdiv%3Emax-content%20max%3C%2Fdiv%3E%0A%20%20%3Cdiv%20style%3D%22border%3A%20solid%20orange%22%3E%3C%2Fdiv%3E%3Cdiv%20style%3D%22border%3A%20solid%20teal%22%3E%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A):

Agenda+ to confirm the correction.

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

Received on Monday, 27 July 2020 01:08:20 UTC