cehfisher / a11y-style-guide

Accessibility (A11Y) Style Guide
http://a11y-style-guide.com/style-guide
MIT License
558 stars 61 forks source link

Move away from instances of aria-hidden='false' #239

Closed scottaohara closed 3 years ago

scottaohara commented 6 years ago

aria-hidden='false' is sometimes wonky with actually re-injecting content back into the accessibility tree, and if the element shouldn't be hidden, it's just safer to remove the attribute all together.

Let's do a review of components and make sure that this is removed from as many of them asap.