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