Correct use of aria-describedby (aria-describedby)

Aria-describedby is implemented to programmatically link input fields to descriptive and actionable instructional texts.


Aria-describedby references missing ID:

This button includes an aria-describedby attribute that points to a non-existent element:


Note: Possible to automatically test. automated tools can detect if aria-describedby attribute references an id that does not exist in the DOM.

axe detected: none  |  QualWeb detected: none