Re: [csswg-drafts] [css-grid] Allow naming grid rows and columns and allow a grid item to span named grid areas/rows/columns... (#4892)

Rather than escaping numbers, the obvious thing would just swap those an ident ^_^ `s1_1` instead of `1.1`, for example.

But yeah, between using `grid-template-areas` to name the cells and then using the cellnames, and naming lines with `foo-start` and `foo-end` to implicitly define a `foo` area, you've already got all the functionality requested here.

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

Received on Monday, 23 March 2020 19:56:15 UTC