Skip to content

Iframe focus support #2292

@WilcoFiers

Description

@WilcoFiers

Accessibility support

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.

ACT Rules

Test cases

Test case 1

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?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    accessibility supportAccessibility support testing and tracking

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions