Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.X, 7.1.X, 7.2.X, 7.3.X, Master
-
7.3.x, 7.2.x
-
Committed
-
3
-
Accessibility
Description
The search result pagination has a different visual style to highlight which is the current page:
But it also contains a link to itself, this link is processed by the screen readers, this is confusing for the final screen reader user as it is hard to notice that that link is a link to the current page.
To improve screen reader accessibility, this link should be removed.
After quick research with several search engines:
- Google: https://www.google.com/search?q=search
- Bing: https://www.bing.com/search?q=search
- Yahoo: https://search.yahoo.com/search?p=search
- Amazon: https://www.amazon.com/s?k=search
All of them are not linking the current page, so it seems we should also remove the link.
I saw the same pattern in this example: https://weboverhauls.github.io/demos/pagination/
Steps to reproduce
- Create 25 web content
- Search "test"
- Go to the pagination links and check the current page position:
- Expected behavior: Current page doesn't have any link
- Wrong behavior: Current page has a link
- Expected behavior: Current page doesn't have any link
Attachments
Issue Links
- Testing discovered
-
LPS-148564 Pagination link of the second page is vertically misaligned when you are in the fourth page
- Closed