Re: [csswg-drafts] [css-grid] Implicit named grid areas don't work properly with indexes

In that scenario you would end up with four grid areas all called icon and auto sized, separated by a 1fr track. 

`icon 1fr icon 1fr  icon 1fr icon fr`

Which you wouldn't be able to do, with `grid-template-areas` as the named area has to be a single filled in rectangle. However, the implicit areas don't appear in `grid-template-areas`, however I don't think there is anything that covers this situation, which is an interesting one.

It might relate to another thing people ask for which is to be able to place a thing into every `n` track etc, perhaps auto-placing into every area named icon would be possible (essentially skipping the `1fr` tracks.

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

Received on Wednesday, 24 October 2018 05:05:01 UTC