-
Bug
-
Resolution: Fixed
-
Low
-
8.13.0
-
Severity 3 - Minor
-
Issue Summary
The "more information" button (which becomes available upon activating the filter button does not have an accessible name.
Steps to Reproduce
- Open the "source" page.
- Navigate to the "filter" button and activate it.
- "More information button will appear.
- Observe that the button does not have an accessible name.
Screenshot

Actual Results
The "more actions" button (which becomes available on activating the "filter" button)present in the main content of the page does not have a programmatically defined accessible name.
As a result, users of assistive technologies will not be able to understand the purpose or the functionality associated with the button.
Expected Results
Interactive elements must have programmatically defined accessible names so that their functionality is communicated to assistive technology users.
Use{{ aria-label }}attribute to provide an accessible name to the mentioned button. The {{aria-label }}such as "more actions" should be used on the mentioned button.
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available
Environment
MacBook Pro (14-inch, 2021)
macOs Ventura 13.4
Chrome - Version 114.0.5735.106 (Official Build) (arm64)
Firefox- Version 112.0. 1
Safari- Version 16.5 (18615.2.9.11.4)
JAWS- Version 2023
NVDA- Version 2023
Voiceover - Version Latest
- mentioned in
-
Page Loading...