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

I'm not sure about the implementation details and why we're not doing this in Blink for any of the grid properties or how complex it would be to change this behavior. @ericwilligers do you know if the specified value is stored somewhere and we could return it?
`grid-template-areas` is one of the cases here, but the same happens in `grid-template-rows: repeat(10, 20px)` the user gets `20px 20px 20px 20px 20px 20px 20px 20px 20px 20px`. Again this is an issue for CSS editors.

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

Received on Wednesday, 12 December 2018 15:24:45 UTC