bsidelinger912 / shiitake

React Line clamp that won't get you fired
MIT License
100 stars 22 forks source link

No aria-hidden tags on unseen elements #22

Closed aryzle closed 6 years ago

aryzle commented 6 years ago

Hey there, it would be really helpful for accessibility reasons that the hidden elements (like the Ws and repeated spans) to have an aria-hidden tag on them. Otherwise screen readers read the text, the W's and the text over again, making it very confusing to someone who needs to consume the content by listening.

I can help by making a PR, I can easily see where the W's get added so that one is easy. With your help I'm sure this is a small change.