sciactive / pnotify

Beautiful JavaScript notifications with Web Notifications support.
https://sciactive.com/pnotify/
Apache License 2.0
3.65k stars 513 forks source link

Need support for screen readers #293

Closed jimeng closed 7 years ago

jimeng commented 7 years ago

We use PNotify to make users aware of success or failure of their actions and for other purposes. The information is generally essential for people to understand what has occurred and what they need to do next. But PNotify pop-ups are not seen by screen readers. Relying on PNotify then causes our webapp to fail for people using a screen reader. We will find other ways to deal with this in the short term, but for the future, please build accessibility into PNotify.

jimeng commented 7 years ago

Duplicate of #184

hperrin commented 7 years ago

The alerts do have aria tags that should cause them to be read by screen readers. If it's not working, can you open a new issue. Thanks.