Issue Summary

      An aria attribute has been defined unnecessarily for table element.

      Steps to Reproduce

      1. Open a homepage.
      2. Activate "Your work" link present in header section.
      3. Navigate to the tables present in the main content.
      4. 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

            [BSERV-20011] Your work: ARIA attribute defined unncessarily

            There are no comments yet on this issue.

              Unassigned Unassigned
              c3f9a46dc7c4 Varsha Bansode
              Affected customers:
              0 This affects my team
              Watchers:
              1 Start watching this issue

                Created:
                Updated: