ziolko / aria-devtools

Easily spot missing ARIA labels, misused ARIA roles, and incomplete keyboard support in your web applications.
https://chrome.google.com/webstore/detail/aria-devtools/dneemiigcbbgbdjlcdjjnianlikimpck?hl=en
MIT License
384 stars 12 forks source link

Show the value of `aria-describedby` #25

Open pcorpet opened 2 years ago

pcorpet commented 2 years ago

See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby

This brings valuable information to screen reader, for instance on a "close" button. However this information is not shown in ARIA dev tools.