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.


Missing UI figure accessible name:

This UI <figure> element lacks a figcaption element:


Your browser does not support the figure element.

Note: Impossible to implement because it requires using AI / human to determine whether the figure element has UI, and then ensuring that it has a figcaption.

axe detected: none  |  QualWeb detected: none