diff --git a/toastr.js b/toastr.js index 1f804394..ac4dc6d0 100644 --- a/toastr.js +++ b/toastr.js @@ -281,7 +281,7 @@ default: ariaValue = 'assertive'; } - $toastElement.attr('aria-live', ariaValue); + $toastElement.attr('aria-live', ariaValue).attr("role", "alert"); } function handleEvents() {