I am attempting to make my ember.js app more accessible and am doing my testing via Apple\'s built-in VoiceOver utility. I\'m adding ariaRoles as necessary to my views and t
I don't have first hand experience with modal stuff. Essentially your issue is you are throwing on an ARIA role, and kind of expect it to work. You need to do more than that. You need to keep the following in mind:
<div>
. You can give the<div>
an attribute of tabindex="-1"
.Resources