CodeSeven / toastr

Simple javascript toast notifications
http://www.toastrjs.com
MIT License
11.9k stars 2.04k forks source link

setAria #685

Open dxDennis opened 2 years ago

dxDennis commented 2 years ago

of course setAria makes no sense if you customize icon Classes ;) therefore need to be:

switch (map.iconClass) { case options.iconClasses.success: //'toast-success': case options.iconClasses.info: // 'toast-info': ariaValue = 'polite'; break; default: ariaValue = 'assertive'; }