Close Button
-
The close button on the POP UPs is not passing accessibility standards. I can set the tabindex on any buttons or links I put into my HTML code on the Popup, but ideally the close button on the popup would automatically get a tabindex of 1, so that if a disabled user wants to close the popup, their first tab would take them to this close button so they can close it. While I know that the escape key option is helpful here, our clients will probably fail our pop-up because the close button cannot be tabbed to. Even using Javascript to add a tabindex does not work because the image is not classified as a html element that can be tabbed to.
- The topic ‘Close Button’ is closed to new replies.