Re: [csswg-drafts] [css-grid] Styling Grid Gaps/Gutters (#2748)

@fantasai I can understand why you'd say that, but when you start putting real events on a calendar and have to account for accessibility, performance, and responsiveness, we've found that it is impossible to make it work with a table. Using a grid allows us to build AT navigable markup while presenting a conventional calendar view at many different resolutions and as new events are added we don't have to re-calculate (and re-paint) inline markup for the entire table.

With some events:
<img width="935" alt="weekly with events" src="https://user-images.githubusercontent.com/349624/76135666-033e1480-5fde-11ea-861b-abe0d75cc79d.png">

I hope that additional context makes it easier to understand why I think this is a valid case for this feature. If there is more detail I can provide please let me know or if you're aware of a way to do this with a table I'd be thrilled to make that work, so please correct me if I'm missing that option.

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

Received on Saturday, 7 March 2020 03:19:10 UTC