bug(many): systemic issue where svg images do not have appropriate role #27113
Labels
Accessibility
This issue is related to accessibility (a11y)
area: many
Area label for issues related to many components
P4
A relatively minor issue that is not relevant to core functions
Is this a regression?
The previous version in which this bug was not present was
No response
Description
Many of our SVG images do not have an appropriate role, such as role="image". SVGs should have an appropriate role or have aria-hidden="true" instead.
This has caused some P4 issues for us. Would be easier to add aria-hidden="true" to Decorative images since that is not hard to do.
Reproduction
Steps to reproduce:
1.
2.
Expected Behavior
Decorative SVG's have aria-hidden="true"
Actual Behavior
Some of the decorative SVG's do not have aria-hidden
Environment
The text was updated successfully, but these errors were encountered: