Back
Frames must have an accessible name
Ensures <iframe> and <frame> elements have an accessible name
- Status
- Failed
- Impact
- Serious
- Category
- Text Alternatives
- WCAG criteria
- Guidance
- Deque University
1 issue across 1 page
How to fix
To fix the issue, you need to resolve at least one of these:
- Element has no title attribute
- aria-label attribute does not exist or is empty
- aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
- Element's default semantics were not overridden with role="none" or role="presentation"
Where to fix
We found occurrences on 1 page:
-
alphagov.github.io/accessibility-tool-audit/tests/frames-iframe-is-missing-a-title-attribute.html
HTML node <iframe height="100" src="../example-pages/demo.html" width="300"></iframe>
CSS selector iframe