Scrum board: Strike-through content not announced for the screen reader user

XMLWordPrintable

    • 9.12
    • 2
    • Severity 3 - Minor

      Issue Summary

      Striked-through text is not conveyed and is not announced for the screen reader users.

      Note: A similar issue has been found on the "Backlog" page. Refer to screenshot 2 for reference 

      Steps to Reproduce

      1. Open the "Scrum board" page.
      2. Using the screen reader, navigate to the strike-through content.
      3. Listen that no announcement has been made by the screen reader for the strike-through text. 

      Screen Recording

      Screen Recording 2024-02-06 at 3.21.06 PM.mov

      Screenshot 1: Scrum board

      Screenshot 2: Backlog

      Actual Results

      When the user navigates to an issue that has a strike-through on it, the screen reader announces it as “SSPA-15”, "SSPA-16", and "SSPA-17". It can visually convey that these issues are cancelled/deleted because of a strike-through on the issue but for screen reader users it does not announce that this issue is completed.

      As a result screen reader users will not be aware of this and cannot interact with it effectively.

      Expected Results

      The issue that has a strike-through should be announced as a “Cancelled/deleted issue” which will help screen reader users to understand the status of the issue. For this, an "aria-label" can be provided which will resolve this issue.

      Code Example:

      <a href="/browse/SSPA-15" aria-label="Cancelled SSPA-15 issue" title="SSPA-15" class="js-key-link ghx-key-link" tabindex="0" aria-describedby="kanban-issue-key-instruction">
          <span class="ghx-issue-key-link">
              <span class="js-key-link ghx-key-link-project-key">SSPA</span>
              <span class="js-key-link ghx-key-link-issue-num">-15</span>
          </span>
      </a>

      Workaround

      Currently, there is no known workaround for this behaviour. A workaround will be added here when available

      Environment

      MacBook Pro (16-inch, 2021)
      macOs Sonoma 14.3
      Chrome - Version 120.0.6099.109 (Official Build) (arm64)
      Firefox- Version 92.0 (64-bit) 
      Safari- Version 17.3 (19617.2.4.11.8)
      JAWS- Version 2023
      NVDA- Version 2021.2 
      Voiceover - Version Latest

            Assignee:
            Unassigned
            Reporter:
            Rahul Patil (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: