Missing Object Accessible Name

RuleSets of AccessMonitor - the validator of web accessibility practices

Missing Object Accessible Name

Description

The “Missing Object Accessible Name” evaluates whether there is any <object> element that does not include a text alternative.

Example outcome

I located 1 <object> element without the alternative text equivalent.

Impact

Fixes

To address <object> elements missing an accessible name:

  1. Locate the <object> element.
  2. Add a fallback text or equivalent content within the element.

Resources