pladaria / react-emojione

A tiny library to use emojis in React
186 stars 32 forks source link

Improve accessibility for users with disabilities #15

Open jaredLunde opened 7 years ago

jaredLunde commented 7 years ago

Added a role and aria-label to the emoji \<span>

jaredLunde commented 7 years ago

We could even leave the aria-label portion of this out and role='img' would be a big improvement over what's there.

pladaria commented 6 years ago

Hi, sorry for taking so long to respond 😞

Would you mind to add a test for your changes?

Thanks!