Is there any guidance on when to choose aria-describedby instead of aria-labelledby?
问题 Is there any guidance on when to choose aria-describedby instead of aria-labelledby? Reading the MDN guidance on the two attributes, I get the feeling they are similar and interchangeable. Both seem to suggest that they can be used for input labels and other content but many compliance tools do not seem to like aria-describeby on input tags. I hate applying a particular attribute blindly just because a tool says I should and I would prefer to know something concrete about the when and why