iframe
with interactive elements is excluded from tab order
Accessibility Checkpoint
Description
iframe
with focusable elements is excluded from tab order.
Help
A negative tabindex
takes the frame and its focusable contents out of the tab order. This stops the user tabbing to buttons and links inside the iframe
.
Applicable standards
- ACT Rules akn7bn
- WCAG 2.0 (Success Criteria: 2.1.1 level A)
- WCAG 2.1 (Success Criteria: 2.1.1 level A)
- WCAG 2.2 (Success Criteria: 2.1.1 level A)
- Section 508 (2017) (Success Criteria: 2.1.1 level A)
Note: This checkpoint applies to sets of pages, or depends on content in linked pages, so never fires for single page scans. Section 508 Refresh (2017) checkpoints are equivalent to WCAG 2.0 level A and level AA checkpoints.
Change history
- 6.51 Dec 2023 Added.
This page describes a web site issue detected in HTML documents by SortSite Desktop and OnDemand Suite.
Rule ID: AccHtmlIframeTabindexInteractive