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
The gist of it is to test that the explicit role is allowed on the element. This would test requirements outlined in HTML in ARIA
https://www.w3.org/TR/html-aria/#docconformance
Example: <button role="heading"> would not be allowed because the button element is only allowed to have certain roles.
<button role="heading">
button
The text was updated successfully, but these errors were encountered:
Jym77
Successfully merging a pull request may close this issue.
The gist of it is to test that the explicit role is allowed on the element. This would test requirements outlined in HTML in ARIA
https://www.w3.org/TR/html-aria/#docconformance
Example:
<button role="heading">
would not be allowed because thebutton
element is only allowed to have certain roles.The text was updated successfully, but these errors were encountered: