Correct use of aria-labelledby (aria-labelledby)

Aria-labelledby is implemented to programmatically link input fields or interactive elements to visible and descriptive text labels.


Labelledby references missing ID:

This input uses aria-labelledby to concatenate a label from multiple IDs. One of the referenced IDs does not exist in the DOM, so the accessible name is incomplete/broken.


minutes

Note: Possible to automatically test. Automated tools can check each ID listed in the aria-labelledby attribute to make sure it exists in the page.

axe detected: none  |  QualWeb detected: none