As it's Friday (here at least) can all you webdevs do me a favour and make this simple code change:
1. Search for `aria-labeledby` in your codebases.
2. Change it to `aria-labelledby` (note the double L)
3. Submit a PR.
4. Congratulate yourself for your Friday contribution.
1. Search for `aria-labeledby` in your codebases.
2. Change it to `aria-labelledby` (note the double L)
3. Submit a PR.
4. Congratulate yourself for your Friday contribution.
Comments
https://w3c.github.io/aria/#aria-labelledby
"However, the accessibility API features to which this property is mapped have established the "labelledby" spelling. This property is spelled that way to match the convention and minimize the difficulty for developers."