We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apparently div's aren't supposed to have aria labels. Giving the following accessibility issue in site improve:
An ARIA attribute has been specified that is either not supported or is prohibited, on this type of element.
The text was updated successfully, but these errors were encountered:
according to https://www.davidmacd.com/blog/does-aria-label-override-static-text.html#:~:text=By%20design%2C%20aria%2Dlabel%20or,ignored%20by%20VoiceOver%20on%20iOS).
DIVs should only have aria labels if they have role=navigation, search, main, img
Based on this and other research, the aria-label on the video embed div should be removed.
Sorry, something went wrong.
No branches or pull requests
Apparently div's aren't supposed to have aria labels. Giving the following accessibility issue in site improve:
An ARIA attribute has been specified that is either not supported or is prohibited, on this type of element.
The text was updated successfully, but these errors were encountered: