Re: [csswg-drafts] [css-grid] Should grid-template-areas accept empty strings? (#5110)

@mrego See https://software.hixie.ch/utilities/js/live-dom-viewer/saved/8150
`grid-template-areas: ""` is 0x50 in Firefox and 0x0 in Chromium.
`grid-template-areas: "."` is 50x50 everywhere, since it forces the explicit grid to have at least 1 column and 1 row, even if there is no item.

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

Received on Friday, 29 May 2020 13:09:48 UTC