Re: [csswg-drafts] [css-grid] Spaces in grid-template-areas serialization (#4335)

So I think the spec should say that each list of tokens is serialized into a `<string>` as follows:

 - Null tokens serialize as a single `.`
 - Named cell tokens serialize as a sequence of the code points in the name
 - The token serializations are concatenated using a single space ` ` as a separator.

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

Received on Friday, 20 September 2019 02:36:28 UTC