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
- Visual Impairments: No descriptive content is exposed, therefore, the object becomes invisible to assistive tech. Content may be unreadable if it cannot be enlarged or styled and lacks fallback.
- Cognitive Disabilities: Absence of explanatory text increases confusion and cognitive load.
Fixes
To address <object>
elements missing an accessible name:
- Locate the
<object>
element. - Add a fallback text or equivalent content within the element.