-
Bug
-
Resolution: Unresolved
-
Medium (View bug fix roadmap)
-
None
-
8.20.30, 9.12.2, 9.4.17
-
8.2
-
Severity 3 - Minor
-
Issue Summary
Decorative images are not hidden from the screen reader.
Steps to Reproduce
- Open the Create Plan Wizard page
- Navigate to the mentioned decorative images using a screen reader.
- Notice that the decorative images receive screen reader focus and no textual description is announced.
Screenshot
Actual Results
Decorative images/icons in the main content are not hidden from screen readers. As a result, these images receive screen reader focus.
Expected Results
Ensure that decorative images are hidden from screen readers. Hide the image using the aria-hidden="true" attribute on the <svg> element.
Code snippet
<svg width="60" aria-hidden="true" height="60" viewBox="0 0 195 196" fill="none"><g...
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
Environment
MacBook Pro (16-inch, 2021)
macOs Ventura 14.2.1
Chrome -Version 120.0.6099.71 (Official Build) (arm64)
Firefox- Version 92.0 (64-bit)
Safari- Version 17.1 (19616.2.9.11.7)
JAWS- Version 2023
NVDA- Version 2021.2
Voiceover - Version Latest
- links to