-
Bug
-
Resolution: Done
-
High (View bug fix roadmap)
-
8.20.1
-
- 2.4.4
- AXSR-15
- Level-A
- WCAG21
- accessibility
- ax-at-JAWS
- ax-at-NVDA
- ax-at-VO
- ax-at-user
- ax-bug
- ax-critical
- ax-critical-priority
- ax-customer-escalated
- ax-desktop
- ax-dev-ready
- ax-esc-boa
- ax-high-priority
- ax-jira
- ax-jiradc-issuenav
- ax-macos-safari
- ax-platform-dc
- ax-qa
- ax-qa-bl
- ax-qa-prioritised
- ax-qa-verified
- ax-windows-chrome
- ax-windows-firefox
- axsr-high-priority
- axsr-march-22
- ozghonnyk
-
8.2
-
Severity 2 - Major
-
Steps to reproduce:
- Navigate to and activate "Issues> Search for issues" from the banner region
- With a screen reader running in background, navigate to the "#", "Next >>" pagination links.
Screenshot:
Actual behaviour:
The pagination links with content "#", "Next >>" does not sound meaningful for screen reader users when the links receive focus and it would be difficult for them to understand the purpose of those links.
Expected result:
Pagination links should sound meaningful for screen reader users. A meaningful label for the links can be provided using "aria-label" attribute.
Code example:
<a href="/page-2" aria-label="Goto Page 2">2</a> <a href="/page-next" aria-label="Goto Next Page">Next>></a>
AXQA Ref:AXQA-166