WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: query on the lazy loading

for

From: glen walker
Date: Aug 25, 2021 1:27PM


By issue 2 do you mean some elements are skipped when you arrow down with
the screen reader? If you're talking about elements that are *not* part of
the lazy loading section in that they exist on the page, then the main
cause of elements being skipped is because aria-hidden is set to true. It
might be set on the element itself (which is easy to spot) or it might be
set on a parent element or higher ancestor element and that takes a little
more work to find. It's hard to say for sure without seeing the page
you're talking about.

On Wed, Aug 25, 2021 at 4:42 AM suman damera < <EMAIL REMOVED> > wrote:

> Thank you Glen for your input.
> providing visually hidden text helps the user to navigate all the elements
> with the help of screen reader keyboard shortcut keys and kind of this
> problem is resolved. How about point 2 issue in the main thread?
>
>
>