Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-25757

Accessibility assessment | Roadmaps : Elements semantics inappropriately suppressed with aria-hidden

      Issue Summary

      On the "Accessibility assessment | Roadmaps" page, the "3m", "1Y", and so on, buttons in the "Filter" section are inappropriately hidden from assistive technologies.

      Steps to Reproduce

      1. Navigate onto the above mentioned page.
      2. Navigate onto the mentioned instances and inspect their code.
      3. Observe that the buttons are inappropriately hidden from assistive technologies with aria-hidden.

      Screenshot

      Actual Results

      The "3m", "1Y", and so on, buttons are inappropriately hidden from assistive technologies. This is because the parent <div> element containing these buttons inappropriately use aria-hidden attribute. This may particularly disadvantage screen reader and voice recognition users. That the semantics are suppressed may confuse or mislead users.

      Expected Results

      Make sure that aria-hidden is not used to inappropriately suppress semantics. In this scenario, we would recommend you to remove the aria-hidden attribute from the parent <div> element containing the buttons in the DOM.

      Code Snippet

      <div>
        <ul>
          <li><button aria-pressed="true">3M</button></li>
          <li><button>1Y</button></li>
          ...
        </ul>
      </div>

      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 Ventura 13.3.1
      Chrome - Version 113.0.5672.63 (Official Build) (x86_64)
      Firefox- Version 92.0 (64-bit)
      Safari- Version 16.4 (18615.1.26.110.1)
      JAWS- Version 2023
      NVDA- Version 2023.3
      Voiceover - Version Latest

          Form Name

            [JSWSERVER-25757] Accessibility assessment | Roadmaps : Elements semantics inappropriately suppressed with aria-hidden

            There are no comments yet on this issue.

              Unassigned Unassigned
              773dd3a38dd5 Cynthia Singh
              Affected customers:
              0 This affects my team
              Watchers:
              1 Start watching this issue

                Created:
                Updated: