-
Notifications
You must be signed in to change notification settings - Fork 4
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
How to handle lazy loading of rows for a11y #1608
Comments
Lazy loading it's not very accessible for assistive technologies users. I did some research about infinitive scrolling, it's not the same approach, because infinitive scrolling is mostly use for a feeds and articles but is has a lot of common. To make lazy loading for data accessible we should consider a11y users::
Additionally, there is a great article (resources below) from Adrian Rosseli and after him, I list questions about accessibility of infinitive scrolling / lazy loading:
For infinitive scrolling (more feed, articles solution on social media services), there is a new ARIA solution: role="feed". It's not perfect and it provides only a partial support for accessibility users. It requires also specific roles that we are not implemented in a grid or table component. I recommend to read: More about aria feed role: Nice article about usability of infinitive scrolling: |
No description provided.
The text was updated successfully, but these errors were encountered: