WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Non-modal window after time delay

for

From: Birkir R. Gunnarsson
Date: Jun 8, 2017 10:31AM


If you go the route of automatically moving the focus to the dialog
when it is displayed, it should have a role of dialog.
If you, instead, decide to let the user know something is now visible
on the page without moving the focus, I would recommend role="region"
over rol="dialog".
A region is an ARIA landmark and can easily be discovered. And if you
display non-modular content on the page it isn't really a dialog,
especially when you don't move focus to it.
But, honestly, either is fine, we are getting into awfully hair
splitting territory here. ;)




On 6/8/17, Fernand van Olphen < <EMAIL REMOVED> > wrote:
> Detlev, JP, Birkir: thanks for the response. Much appreciated!
>
>
> @Birkir: you say the dialog should have a role="region". Not role="dialog" ?
>
> - Fernand
>
>
>
> De disclaimer van toepassing op e-mail van de gemeente Den Haag vindt u op:
> http://www.denhaag.nl/disclaimer
> > > > >


--
Work hard. Have fun. Make history.