-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 5.11.0
-
Component/s: Accessibility
-
Severity 3 - Minor
Issue Summary
On the “Object schemas” page, the data table in the main content area is missing a caption that summarizes the data inside the table.
Steps to Reproduce
- Open the "Object schema" page
- Navigate to the main content.
- Navigate to the table present in the main content area using arrow keys and observe the screen reader announcement
Screenshot

Actual Results
The data table in the main content area is missing a caption or accessible name that summarizes the data inside the table. due to which screen reader users were unable to make an informed decision on whether they want to review the table data or skip it.
Expected Results
A logical and descriptive name should be provided for the mentioned data table using an aria label or <caption>.
The following things could be used to make the table accessible:
Code snippet 1: Using aria-label
<table class="rlabs-manage-section" aria-label="Object schemas data">........</table>
Code snippet 2: Using <caption>
<table class="rlabs-manage-section"> <caption> Object schemas data</caption>
Workaround
Currently there is no known workaround for this behavior. 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
- links to