I am developing a 508 compatible application. I am facing a problem where VoiceOver is not recognizing my pop-up window (with aria role 'alertdialog') as an alert dialog. However, if i do a simple javascript (window.alert('test message');) it seems to be working fine.
Can anyone help me regarding what i need to do to make VoiceOver recognize my popup window as an alert ?
Comments
Any updates on this ?? I am
ARIA and VoiceOver