this post was submitted on 28 Jun 2023
21 points (100.0% liked)

Disability and Accessibility

897 readers
1 users here now

All things disability and accessibility related, and advocacy for making those things better.

See also this community's sister subs Feminism, LGBTQ+, Neurodivergence, and POC.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
21
Re-think Infinite Scroll (theadminbar.com)
submitted 1 year ago* (last edited 1 year ago) by dankeck to c/disability
 

Article by @amberhinds@fosstodon.org on the use of infinite scrolling in websites:

  • How it can be difficult for users of screen readers or keyboard input, and for users with cognitive disabilities, attention disorders, or obsessive-compulsive disorders

  • Ways to make it better for assistive technology

  • Pros and cons of using it

top 3 comments
sorted by: hot top controversial new old
[–] Gaywallet 7 points 1 year ago

I've always hated infinite scroll because it's so user unfriendly in so many ways, so thank you for this resource to point out problems it has with accessibility as well!

[–] Chobbes 6 points 1 year ago* (last edited 1 year ago)

Infinite scrolling is one of those features that people want on paper, but causes a lot of problems in practice! There are so many design decisions to make when building infinite scrolling, and it's essentially impossible to make infinite scrolling that works perfectly in every circumstance because the problem essentially reduces to the CAP theorem... And while it's technically true that you run into similar issues with a paginated system, it's often much more obvious when you might have stale data and stuff as a user and much more obvious how to refresh it and get back to the same place.

[–] brie 5 points 1 year ago

The separation into chunks is the one that I found most noticable. With paginated systems it is much easier to decide to read just 1 page, or 2 pages, rather than being encouraged to just keep scrolling. I wonder if numbering items or introducing regularly spaced gaps would help with being conscious of how much content has been gone through.

It makes me think the reason people want infinite scroll is mostly just because it's addictive.