W3C home > Mailing lists > Public > public-css-archive@w3.org > July 2020

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

From: Daniel Holbert via GitHub <sysbot+gh@w3.org>
Date: Tue, 21 Jul 2020 19:39:51 +0000
To: public-css-archive@w3.org
Message-ID: <issue_comment.created-662067039-1595360390-sysbot+gh@w3.org>
@tabatkins : just to be sure we're understanding... 

Can you clarify which of these values should be considered invalid:
```css
grid-template-areas: "";
grid-template-areas: "" "";
grid-template-areas: "foo" "";
```

Are all three invalid? (I think that would make sense, and it's how Mats has implemented the change, but I'm not sure it agrees with your "must define at least one *cell*" phrasing above... It sounds like your phrasing might allow the third example here.)

-- 
GitHub Notification of comment by dholbert
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5110#issuecomment-662067039 using your GitHub account
Received on Tuesday, 21 July 2020 19:39:53 UTC

This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:42:11 UTC