Missing Iframe Title Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Missing Iframe Title Check

Description

The “Missing Iframe Title Check” evaluates whether there is any <iframe> element without the title attribute.

Example outcome

I found 1 <iframe> element without title.

Impact

Fixes

To address <iframe> elements without a title attribute:

  1. Locate the <iframe> element without a title.
  2. Add the title attribute providing an accurate description of the embedded content.
  3. Make sure the title is unique among other <iframe> elements in the same page unless both point to the same source.

Resources