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 audio accessible name:

This <audio> element lacks an accessible name:


Transcript: "The five boxing wizards jump quickly."

Note: Impossible to implement because you have to locate the audio element and check whether there is a nearby label or if the audio element has an aria-label.

axe detected: none  |  QualWeb detected: none