The visibility property isn't just about visibility

added by JavaScript Kicks
12/12/2018 9:16:28 AM

948 Views

I recently ran into an issue where the text content of a I created wasn't in the accessibility tree and therefore wasn't visible to screen readers. After some debugging, I realised that the reason was because I was animating the text visually by changing the opacity and, more importantly the visbility property.


0 comments