WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: best practise to handle scrolling of text.

for

Number of posts in this thread: 2 (In chronological order)

From: mhysnm1964@gmail.com
Date: Mon, Dec 03 2018 1:02AM
Subject: best practise to handle scrolling of text.
No previous message | Next message →

All,



I have just looked at a page. The developers were using aria-hidden to hide
a scroll down button from screen reader users. Since the button was not in
the accessibility tree. The focus would still land on the button. Jaws in
Firefox 63 would read out the <ul> in full. A keyboard user would see where
the focus was and could see how the content would scroll down.



Firstly, I feel the aria-hidden should be removed altogether and the scoll
down button is revealed. This brings to my question. What would be best
practise when someone presses this scroll down button and is a screen reader
user. Should the focus move to the first item which has been brought into
the viewport which can be interactive with?



Sean

From: Isabel Holdsworth
Date: Thu, Dec 06 2018 4:47AM
Subject: Re: best practise to handle scrolling of text.
← Previous message | No next message

I wouldn't move the focus at all. If you were to move it to the first
newly visible item, how would users get back to where they came from?
By tabbing back through all of the items they just made invisible
when they scrolled the page down, thereby scrolling it back up again?

They could add a screenreader-only alert that says "Page scrolled
down" or something to that effect.

Cheers, Isabel

On 03/12/2018, = EMAIL ADDRESS REMOVED = < = EMAIL ADDRESS REMOVED = > wrote:
> All,
>
>
>
> I have just looked at a page. The developers were using aria-hidden to hide
> a scroll down button from screen reader users. Since the button was not in
> the accessibility tree. The focus would still land on the button. Jaws in
> Firefox 63 would read out the <ul> in full. A keyboard user would see where
> the focus was and could see how the content would scroll down.
>
>
>
> Firstly, I feel the aria-hidden should be removed altogether and the scoll
> down button is revealed. This brings to my question. What would be best
> practise when someone presses this scroll down button and is a screen
> reader
> user. Should the focus move to the first item which has been brought into
> the viewport which can be interactive with?
>
>
>
> Sean
>
>
>
> > > > >