Is using `aria-labelledby` redundant on an `input` element if already has an associated `label`?
Is there any point of the former over the latter?
vs.
Or is that relationship automatically inferred?
2 Replies
According to mdn this indeed is redundant
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-labelledby
Thankls 🙂