Inappropriate or Missing Frame Title

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate or Missing Frame Title

Description

The “Inappropriate or Missing Frame Title” evaluates whether there is any <frame> or <iframe> element without or with an empty title attribute.

Example outcome

I identified 1 frame element without the title attribute or with a null one.

Impact

Fixes

To address inappropriate or missing frame titles:

  1. Locate the frame element without or with the inappropriate title attribute.
  2. Add the title attribute to the frame element, providing a meaningful and concise title, if missing.
  3. Edit the title attribute of the frame, providing a meaningful and concise title, if inappropriately defined.

Resources