Inappropriate Iframe Elements With Equal Accessible Name Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Iframe Elements With Equal Accessible Name Check

Description

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.

Example outcome

I found 1 pair of <iframe> elements with the same accessible name.

Impact

Fixes

To address <iframe> elements with the same accessible name pointing to different content:

  1. Locate the <iframe> elements inappropriately sharing the same accessible name.
  2. Change one or both the title attributes to ensure that these are different and describe accurately the <iframe> elements content.

Resources