You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several known accessibility support issues with iframe accessible names:
Some browsers instantly redirect focus from iframe elements to the first focusable element inside that iframe. This redirect makes it appear as though the iframe never receives focus, even if the iframe has a non-negative tabindex attribute value.
Not all browsers redirect focus on iframe elements. This ensures that the contents of iframe elements can be scrolled and accessed by using the keyboard. This must not be circumvented by using a negative tabindex, as this will make the iframe completely inaccessible for keyboard navigation.
Testing iframe accessible name support across different naming methods
TODO
Test instructions
TODO
External links
Test results
Please report test results in a comment below. Please use the following format:
## Test case 1- Date: ...
- Operating system: ..., version ...
- Browser: ..., version ...
- Screen reader: ..., version ...
- Focus behavior: ... (redirected/not redirected)
- Test result: Passed / Failed (if failed, how was it different from expected?)
The text was updated successfully, but these errors were encountered:
Accessibility support
There are several known accessibility support issues with iframe accessible names:
tabindex
attribute value.ACT Rules
Test cases
Test case 1
Testing iframe accessible name support across different naming methods
Test instructions
TODO
External links
Test results
Please report test results in a comment below. Please use the following format:
The text was updated successfully, but these errors were encountered: