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
img_alt_valid
23a2a8
Checker rule img_alt_valid reports inconsistent with ACT rule(s) below (updated with 7 November results):
1.1.1
The text was updated successfully, but these errors were encountered:
Failed Example 2 Open in a new tab
This element with role of img has an empty accessible name.
<div role="img" style="width:72px; height:48px; background-image: url(/test-assets/shared/w3c-logo.png)"></div>
Checker flags this div using a different rule, reason code, level, and mapping that doesn't report against this ACT rule rule: 23a2a8 :
div
4.1.2
Element <div> with "img" role has no accessible name
Sorry, something went wrong.
After discussion with Tom, an option is to add a new fail reason code to
reasonCodes: ["fail_no_accessible_name_img_role"]
See target_spacing_sufficient.ts as an example of separating the reasonCodes:
reasonCodes
update the rule and test cases #2090
6fbb518
img_alt_null
aria_accessiblename_exists
add the help reference #2090
3cb6bec
fix baselines #2090
a38ad00
philljenkins
shunguoy
Successfully merging a pull request may close this issue.
Checker rule img_alt_valid reports inconsistent with ACT rule(s) below (updated with 7 November results):
1.1.1
.Reference
The text was updated successfully, but these errors were encountered: