Add the aria-hidden = "true" attribute to your element. aria-hidden indicates that the element and all its descendants are not visible and are not perceived by any user implemented by the author.
You will need to remove this attribute (or set it to false) when your content becomes visible.
AT support was spotty a couple of years ago, but now it is 100%, see table here: http://terrillthompson.com/tests/hiddencontent.html
Chris hore
source share