Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS grid #311

Open
o-t-w opened this issue Jan 4, 2023 · 1 comment
Open

CSS grid #311

o-t-w opened this issue Jan 4, 2023 · 1 comment
Labels
Data bug Did we say something wrong?

Comments

@o-t-w
Copy link
Contributor

o-t-w commented Jan 4, 2023

Technically display: grid is supported in certain browsers (Gmail web client, Outlook web client). You can look at devtools and see that it hasn't been stripped out, but it's pretty pointless by itself. The properties that go with it grid-template-columns etc aren't generally supported. I wonder what the best way to convey that is? We should probably add separate pages for the different grid properties.
I wasn't able to replicated the supports value for Gmail mobile webmail. Maybe that was reported innacurately? It's not a great client in general so I was surprised to see it as green.
The test for CSS grid support seems a bit random. I can't tell how its meant to work from looking at the css-display.html test file.

@hteumeuleu
Copy link
Owner

I think css-display.html was made to test inline, block and inline-block values but not really grid. The test used in the grid page is css-box-model.html (https://www.caniemail.com/tests/css-box-model.html), which is one of the earliest test we had and is a bit all over the place.

So please feel free to make a new test dedicated to grid (or a test file for each individual grid properties)!

@hteumeuleu hteumeuleu added the Data bug Did we say something wrong? label Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data bug Did we say something wrong?
Projects
None yet
Development

No branches or pull requests

2 participants