- From: Sergio via GitHub <sysbot+gh@w3.org>
- Date: Wed, 04 Jul 2018 09:30:28 +0000
- To: public-css-archive@w3.org
> From spec, it consider items with span of 1 first, then consider at span of 2 that do not span a track with a flexible sizing function. Which the second row auto get caught. This is not correct. The second row is auto sized. Flexible sized tracks are those using fr. See https://www.w3.org/TR/css-grid-1/#layout-algorithm > When change second row's auto to 1fr (flexible sizing function), it now has correct behaviour. Not sure what you mean with "correct" but I guess I've explained it in the previous comment. -- GitHub Notification of comment by svillar Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2873#issuecomment-402422274 using your GitHub account
Received on Wednesday, 4 July 2018 09:30:33 UTC