| Title | Inappropriate Iframe Elements With Equal Accessible Name Check |
|---|---|
| id | iframe_03 |
| type | prop |
| elem | iframeSame |
| test | iframeSameANameDiferent |
| score | 3 |
| level | A |
| trust | 1 |
| ref | 4b1c6c |
| scs | 4.1.2 |
| dis | 43353 |
| result | warning |
The "Inappropriate Iframe Elements With Equal Accessible Name Check" evaluates whether there are any pair of <iframe> elements that share the same accessible name but point to different content.
I found 1 pair of <iframe> elements with the same accessible name.
- Visual Impairments: Visually impaired users will navigate two identical "Media Player" titles leading to confusion.
- Motor Impairments: People with motor impairments waste time if the same name leads to unexpected destinations.
- Cognitive Disabilities: Users with cognitive disabilitites might assume duplicated content is an error, leading to frustration.
To address <iframe> elements with the same accessible name pointing to different content:
- Locate the
<iframe>elements inappropriately sharing the same accessible name. - Change one or both the
titleattributes to ensure that these are different and describe accurately the<iframe>elements content.