- From: Manuel Rego Casasnovas via GitHub <sysbot+gh@w3.org>
- Date: Fri, 29 May 2020 05:15:27 +0000
- To: public-css-archive@w3.org
> if the grid is empty, you get a 50px tall and 0px wide grid. If you used grid-template-areas: "." you would get a 50x50 square. I'm a bit lost about why you think that should work like that. In your example if you have no items the grid container is 0x0 in Chromium/WebKit and 0x50 in Firefox (independently if you set `grid-template-areas` to `""` or to `"."`). So it seems what you describe there is not happening in any browser right now. -- GitHub Notification of comment by mrego Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5110#issuecomment-635764299 using your GitHub account
Received on Friday, 29 May 2020 05:15:28 UTC