I'm currently trying to make my application more convenient for those who have difficulty seeing. As expected, I use JAWS to test my application. Most of the problems that I ran were relatively easy to fix, except that I was at a dead end.
In my application, I have advertisements injected through an iframe, and I want JAWS to ignore them, but I still want them to be displayed (display: there is nothing out of the question). Is there a way for JAWS to completely ignore an element and all its children?
I saw several messages leading up to the conversation: no, but this does not work. It seems to ignore the parent div, but instead it reads the contents of the child iframe.
Any advice is appreciated.
Thank.
source
share