-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
9.5.1
-
Severity 3 - Minor
-
Issue Summary
An aria attribute has been defined unnecessarily for table element.
Steps to Reproduce
- Open a homepage.
- Activate "Your work" link present in header section.
- Navigate to the tables present in the main content.
- Inspect the code and verify that aria attribute defined unnecessarily.
Screenshot 1
Screenshot 2
Actual Results
Accessible name has been defined for <table> element even though same heading defined for the table content. As a result, screen reader users will face difficulty while navigating through table due to redundant announcement.
Expected Results
If visual heading or text is provided to the table that summarises the table content then accessible name is no more required.
In this scenario, Remove the aria-label from the <table> element.
Code Snippet
<table> (...) </table>
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 Sequoia Version 15.2 (24C101)
Chrome - Version 131.0.6778.266 (Official Build) (arm64)
Firefox- Version 112.0.1 (64-bit)
Safari- Version 18.2 (20620.1.16.11.8)
JAWS- Version 2023
NVDA- Version 2020.3
Form Name |
---|