Broken ARIA reference in SVG icon #3394
Labels
01 type: bug
12 prio: high
21 status: confirmed
42 lvl: moderate
51 target: patch
99 tag: UX Accessibility
Issues that specifically impact a11y
BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)
What I did:
Triggered a status info message just by e.g. logging in, and checking the SVG tag of the icon next to the message text.
The issue came up while testing accessibility with the WAVE Web Accessibility Evaluation Tool browser extension https://wave.webaim.org/extension/.
What I expect to happen:
The
aria-labelledby
attribute in the SVG element should reference atitle
tag with anid="title"
attribute (or, even better, a more specific id attribute value) inside the SVG.Furthermore, a
role="img"
attribute could be added to the SVG tag, q.v. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/img_role#svg_and_roleimg.What actually happened:
An
aria-labelledby
reference exists, but the target for the reference does not exist.What version of Plone/ Addons I am using:
Plone 6.0.0a2 (6002)
The text was updated successfully, but these errors were encountered: