Accessible names for object elements (object-accessible-name)

Non UI <object> must have a descriptive <title>, aria-label or aria-labelledby. Decorative objects use aria-hidden or role='presentation' instead.

Object with alt attribute only:

This <object> element embeds audio and includes an alt attribute. However, this does not provide an accessible name, so the element remains unnamed.


Note: Possible to implement because the alt attribute on <object> can be programmatically detected, and it is not considered a valid source for an accessible name

axe detected: 1.1.1  |  QualWeb detected: 1.1.1