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.
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.