-
Bug
-
Resolution: Fixed
-
Low
-
8.4.0
-
Severity 3 - Minor
-
Issue Summary
Alt attribute is not provided to the decorative images on this page.
Steps to Reproduce
- Navigate to the "Side bar" and activate the page.
- For example, activate the "Admin Admin" link.
- Observe that "View page" has been appeared on the page.
- Navigate to the "Network" link and activate it.
- Inspect the image and check that alt attribute is missing.
Screenshot
Actual Results
The "alt" attribute is not provided in the source code of the "profile icon" decorative image (this image will appear in the "User" input field when user start typing user name i.e Admin Admin).
As a result, screen reader users were able to access the decorative image and it was communicated as unlabelled.
Expected Results
Provide an empty "alt" attribute i.e., (alt="") for decorative image.
Code Snippet
<img src="/images/icons/profilepics/default.svg" alt="">
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
Environment
MacBook Pro (16-inch, 2019)
macOS Ventura Version 13.3.1
Chrome - Version 114.0.5735.198 (Official Build) (x86_64)
Firefox- Version 112.0.1 (64-bit)
Safari- Version 16.4 (18615.1.26.11.23)
JAWS- Version 2022
NVDA- Version 2020.3
Voiceover - Version Latest
- is resolved by
-
A11Y-317 Loading...