-
Notifications
You must be signed in to change notification settings - Fork 125
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
Discourage use of grid role for layout purposes #2000
Comments
Clarifying question: why not use grid css? There doesn’t seem to be anymore explicit need for tables or grid roles for layout anymore. |
the topic here is not about visual layout / CSS - but the keyboard interactions that come with properly implemented grid roles. it's not actually called out in the ARIA spec, to use grids for layout purposes or not. Rather this is an APG issue - where there is also an existing issue calling for its removal - w3c/aria-practices#1233 |
I agree this being an APG issue. Thanks for the APG link. Nevertheless the consequences for the ARIA spec (mentioning that grid role is explicitly NOT meant for responsive layout purposes) should be persisted within the grid role definition chapter and this should be discussed at the F2F! |
To dicuss during the F2F with #1994 |
Discourage use of grid role for layout purposes,
What about responsivity and position consistency in cards and tiles layouts? This is a dealbreaker for me.
The text was updated successfully, but these errors were encountered: