Re: [csswg-drafts] [css-grid] How to serialize the strings in grid-template-areas?

Thinking about this a little bit more, maybe not keeping the specified value is an issue for CSS editors.
I remember @therealglazou talked about that problem in the Chromium issue I linked before.

If an user sets:
```
head  head   nav ..... corner
.... ....... nav aside ......
.... content nav aside ......
```
And then this is lost and you get back:
```
head head nav . corner
. . nav aside .
. content nav aside .
```

It might be not a big deal, but it's probably not nice I guess.  :confused: 

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

Received on Thursday, 8 November 2018 00:36:36 UTC