-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Update css-grid.json for Safari bugs #6729
base: main
Are you sure you want to change the base?
Conversation
Added information about Safari/iOS issues with tables that use `display:grid`. Includes link to Safari bug.
Are there any examples in the wild of developers applying these properties to |
I cannot share the ones that have prompted me to keep reporting these bugs as they are client projects. However, I have had many banking and financial industry clients (who really would not want me painting a target on their backs) over the last few years that rely heavily on data tables for their financial bits. In many of those cases I have prevented them from going into the wild because I know about these bugs. But there a non-zero number of responsive table tutorials that advocate for these display properties. Some of them at least link to bugs I have been filing. There is at least one WordPress plug-in that uses CSS display properties on tables. I would have to do some spelunking to find cases, but without knowing the threshold you need I don't know how much effort to expend. If you would be satisfied with WordPress plug-ins with install counts I could start there. |
Thanks, that's helpful to know. Happy to take your word for it, just wanted to be sure it wasn't mostly theoretical. I'm wondering if instead of spreading this information across the different types of |
My concern is that these issues are not restricted to For example, this WebKit bug shows that So I am wary of limiting this to HTML |
I agree that laying out tables using Grid is not a core use case for Grid. We should add the note, since this is more important than an obscure bug, but we should not downgrade support from full to partial. Safari supports Grid. Also, these bugs are fixed in Safari 17.0. |
I can confirm Safari's table bugs are fixed in Safari iPadOS 17 (prior versions do not support CSS |
Added information about Safari/iOS issues with tables that use
display:grid
. Includes link to Safari bug https://bugs.webkit.org/show_bug.cgi?id=257458.