WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: query on the lazy loading

for

From: suman damera
Date: Aug 25, 2021 4:42AM


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?


On Tue, Aug 24, 2021 at 7:12 PM glen walker < <EMAIL REMOVED> > wrote:

> One option is to have visually hidden text that explains, upon the first
> page load, that the user must go to the end of the page (Ctrl+End or
> Cmd+DownArrow) to fully load the page before they navigate via screen
> reader shortcut keys.
>
> Another option is to let the user choose if they want lazy loading. You'd
> probably need visually hidden text in this case too, explaining where the
> "settings" dialog is so they can change the loading option.
>
> Or a combination of the two. A message that says the page isn't fully
> loaded until they scroll to the bottom and if they want to permanently turn
> off that feature, go to the settings dialog.
> > > > >