Accessible names for UI components (accessible-name)

User interface elements and components must have descriptive accessible names, such as through aria-label or aria-labelledby attributes. <embed>, <object>, and <iframe> elements should use the title attribute.

Note: aria-label and aria-labeledby are both valid attributes for providing accessible names for UI components.

Missing UI object accessible name:

This UI <object> element lacks an accessible name:


Your browser does not support the object element.

Note: Impossible to implement because it requires using AI / human to determine whether the object element has UI, and then ensuring that it has a title, aria-label or aria-labelledby.

axe detected: 1.1.1  |  QualWeb detected: none