Object Accessible Name Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Object Accessible Name Check

Description

The “Object Accessible Name Check” evaluates whether all <object> elements contain accessible text alternatives.

Example outcome

I observed that all <object> elements have an 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