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
Remove all role-attributes and replace them with their respective semantic elements, e.g. role="main" should be a <main> container.
role
role="main"
<main>
Don’t do redundant stuff like <button role="button">. See https://accessibility-developer-guide.netlify.com/knowledge/aria/safe-and-misuse/.
<button role="button">
The text was updated successfully, but these errors were encountered:
fix: remove unnecessary role attributes. refs #26
912d657
Unnecessary role attributes are removed now. Thanks for the input!
Sorry, something went wrong.
rudigier
No branches or pull requests
Remove all
role
-attributes and replace them with their respective semantic elements, e.g.role="main"
should be a<main>
container.Don’t do redundant stuff like
<button role="button">
. See https://accessibility-developer-guide.netlify.com/knowledge/aria/safe-and-misuse/.The text was updated successfully, but these errors were encountered: