E-mail List Archives
Re: Time-out modal with alertdialog
From: Birkir R. Gunnarsson
Date: Jul 6, 2015 4:10PM
- Next message: chaals@yandex-team.ru: "Re: longdesc or hidden div?"
- Previous message: Jonathan Avila: "Re: mobile accessibility"
- Next message in Thread: Maraikayar Prem Nawaz: "Re: Time-out modal with alertdialog"
- Previous message in Thread: Bryan Garaventa: "Re: Time-out modal with alertdialog"
- View all messages in this Thread
One additional thought.
Do you hide content from all screen readers when the timeout modal
dialog pops up (assuming that it is modal)?
For maximum usability a timeout dialog should be modal and rest of
content hiddn from assistive technology/screen readers.
Set aria-hidden="true" on container containing page content when
dialog content becomes visible (this is easiest to do when dialog
modal content is appended at the end of the dom).
On 7/6/15, Bryan Garaventa < <EMAIL REMOVED> > wrote:
> That's true, one thing to note though, if the browser is firing a system
> alert and the AT is processing that properly, then it should be interrupting
> speech regardless.
>
> If they change the attributes with role=alert on the container and add the
> dialog container element to that, I'm curious to know what the outcome is
> for them in Firefox for example where this is working correctly.
>
>
>
- Next message: chaals@yandex-team.ru: "Re: longdesc or hidden div?"
- Previous message: Jonathan Avila: "Re: mobile accessibility"
- Next message in Thread: Maraikayar Prem Nawaz: "Re: Time-out modal with alertdialog"
- Previous message in Thread: Bryan Garaventa: "Re: Time-out modal with alertdialog"
- View all messages in this Thread