mansona / ember-cli-notifications

⚛ Atom inspired notification messages for ember-cli
https://ember-cli-notifications.netlify.app/
MIT License
177 stars 94 forks source link

Add aria-hidden and role attribute to svg icons #329

Closed clemlatz closed 2 years ago

clemlatz commented 2 years ago

aria-hidden et role attributes are required on decorative images for accessibility but are missing on notification icons.

I see this has been already addressed in commit https://github.com/mansona/ember-cli-notifications/commit/d2e5c51ca60d4fd07de2ab89d335ae67aca0d0f7 which is not included in the latest release.

Do you plan to publish a new release including this commit any time soon?

Thanks!