Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.31 KB

File metadata and controls

42 lines (30 loc) · 1.31 KB
Title Missing Object Accessible Name
id object_02
type prop
elem object
test objectANameNot
score 3
level A
trust 1
ref b4f0c3
scs 1.1.1
dis 43353
result failed

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:

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

Resources