E-mail List Archives
Re: aria-hidden for content outside modal dialog?
From: Detlev Fischer
Date: Oct 17, 2015 1:39AM
- Next message: Detlev Fischer: "Re: aria-hidden for content outside modal dialog?"
- Previous message: Jonathan Avila: "Re: aria-hidden for content outside modal dialog?"
- Next message in Thread: Detlev Fischer: "Re: aria-hidden for content outside modal dialog?"
- Previous message in Thread: Jonathan Avila: "Re: aria-hidden for content outside modal dialog?"
- View all messages in this Thread
Just for those wanting to experiment, here is another implementation of a dialog with background hidden using aria-hidden:
http://www.3needs.org/en/testing/code/role-dialog.html
While the focus cannot be trapped inside the dialog when traversing it with iOS / VoiceOver, aria-hidden ensures that the focus is set back to the triggering element once the dialog is closed.
The example is a couple of years old now and I haven't retested it with more recent browsers/AT.
Detlev
Am 17.10.2015 um 02:20 schrieb Jonathan Avila < <EMAIL REMOVED> >:
>> Element should not be exposed, unless it is focused or fires an
>> accessibility event.
>
> Steve, thanks for the clarification. This particular issue could still cause problems for users of assistive technology if strict focus management techniques are not used as my initial tests show inconsistent results with screen readers announcing the proper link text when aria-hidden is set to true on a link and you tab to it.
>
> Best Regards,
>
> Jonathan
>
> --
> Jonathan Avila
> Chief Accessibility Officer
> SSB BART Group
> <EMAIL REMOVED>
>
> 703-637-8957 (o)
> Follow us: Facebook | Twitter | LinkedIn | Blog | Newsletter
>
>
- Next message: Detlev Fischer: "Re: aria-hidden for content outside modal dialog?"
- Previous message: Jonathan Avila: "Re: aria-hidden for content outside modal dialog?"
- Next message in Thread: Detlev Fischer: "Re: aria-hidden for content outside modal dialog?"
- Previous message in Thread: Jonathan Avila: "Re: aria-hidden for content outside modal dialog?"
- View all messages in this Thread