E-mail List Archives
Re: tabs vs windows
From: Paul J. Adam
Date: Aug 19, 2014 9:33AM
- Next message: Angela French: "Re: tabs vs windows"
- Previous message: Paul J. Adam: "Re: tabs vs windows"
- Next message in Thread: Angela French: "Re: tabs vs windows"
- Previous message in Thread: Paul J. Adam: "Re: tabs vs windows"
- View all messages in this Thread
Only if the user's screen reader fully supports ARIA dialog roles. VoiceOver for iOS does NOT announce the dialog or its accessible name but VO for OS X does.
NVDA and JAWS handle this correctly I think.
Not all dialogs actually use role=dialog, the application role also causes problems so it is sometimes avoided. You don't "need" a role=dialog if you trap the users focus correctly and give them a warning.
Paul J. Adam
Accessibility Evangelist
www.deque.com
On Aug 19, 2014, at 10:26 AM, Greg Gamble < <EMAIL REMOVED> > wrote:
> Won't the tag ARIA role=dialog tell a browser if a modal opens up?
>
>
> Greg
>
>
- Next message: Angela French: "Re: tabs vs windows"
- Previous message: Paul J. Adam: "Re: tabs vs windows"
- Next message in Thread: Angela French: "Re: tabs vs windows"
- Previous message in Thread: Paul J. Adam: "Re: tabs vs windows"
- View all messages in this Thread