apvarun / toastify-js

Pure JavaScript library for better notification messages
https://apvarun.github.io/toastify-js/
MIT License
2.09k stars 230 forks source link

Fix close button to be semantic html #88

Closed kdoroszewicz closed 2 years ago

kdoroszewicz commented 2 years ago

Fixes #39

kdoroszewicz commented 2 years ago

setAttribute call was necessary to make it work in Firefox.

AStoker commented 2 years ago

Looks good. Tested accessibility with Voice Over too, works like a charm. @apvarun, mind if we get this merged in?