-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
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
newrule(svg_graphics_labelled
): Create a new rule to check the accessible name of an SVG element
#1909
Conversation
svg_graphics_labelled
): Create the rule to check the accessible name of an SVG elementsvg_graphics_labelled
): Create a new rule to check the accessible name of an SVG element
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed all files. No obvious errors.
There seems to be an error in this deployment in regards to <img> elements. On the 06 August 2024 Deployment (IBM 7.2, 7.3) I'm receiving the error: Changing the rule set deployment date to: The release notes for August 06, 2024 (https://github.com/IBMa/equal-access/releases) don't indicate any change to the reviewing of img elements, only svg_graphics_labelled. So there doesn't seem to be a reason for <img> elements suddenly showing up in this review. |
This PR is related to the following issue(s):
fixes: #1471
fixes: #1905 Help
Testing reference:
test case: test/v2/checker/accessibility/rules/svg_graphics_labelled_ruleunit/svg_nested_all_fail.html
Three violations reported for the SVG elements: The SVG element has no accessible name
I have conducted the following for this PR:
New test item
Make sure to add a check for the Checker rule sets tab content to the Test for Done in the next rollout of the rules. The check will be to confirm that 7.3 appears as a new tab. This new/additional test step is mentioned in https://github.ibm.com/IBMa/E2E/issues/6463NA for this PR