Posts by Marizabel Camargo • 9 points
2 posts
-
0
votes1
answer50
viewsA: Is hidden content bad for accessibility?
Hidden elements (style="display:none;" and <input type="hidden">) not read by screen readers like NVDA and JAWS, screen readers ignore these types of elements.
-
0
votes5
answers20983
viewsA: Grab content from another page by javascript or jquery
I solved this problem using an iframe to access the external url, so there is no need to make any changes to the target application. <iframe src="http://seuServico.do"></iframe>…