aria-describedby

3 bookmarks
Custom sorting
Using the aria-describedby attribute - Accessibility | MDN
Using the aria-describedby attribute - Accessibility | MDN
The aria-describedby attribute is used to indicate the IDs of the elements that describe the object. It is used to establish a relationship between widgets or groups and text that described them. This is very similar to aria-labelledby: a label describes the essence of an object, while a description provides more information that the user might need.
·developer.mozilla.org·
Using the aria-describedby attribute - Accessibility | MDN