Iframe Elements With Equal Accessible Name Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Iframe Elements With Equal Accessible Name Check

Description

The “Iframe Elements With Equal Accessible Name Check” evaluates whether multiple <iframe> elements with the same accessible name (typically provided via the title attribute) are pointing to the same source (i.e., the src URL or embedded content).

Example outcome

I found 2 <iframe> elements with the same accessible name pointing to the same content.

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