CodeSeven / toastr

Simple javascript toast notifications

Home Page:http://www.toastrjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessibility: make aria-live attribute "assertive" also for 'success' and 'info' toasts

mathildew opened this issue · comments

Since aria-live attribute for success and info toasts is "polite", sometimes, the reader doesn't read out loud the notification.
They should be made assertive, since knowing that something succeeded is equally important as knowing that something failed.