You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation of the pagination nav can have an improved screen reader announcement.
Problem:
The screen reader announcement for the pagination component is a bit odd. It potentially announces "of 40 pages" twice.
This is the current implementation: Page number of 40 pages, 12
Solution:
Implement the label in a way that the screen-reader sounds similar to this: "Page, 12, of 40 pages".
PS: Combobox is the assigned role of the component.
Select's label for Pagination should read as "Page" instead of "Page number, of 40 pages".
Update website doc image to reflect the same (issue here)
The text was updated successfully, but these errors were encountered:
Thanks for the update @preetibansalui, we can remove the word "number" to make the content less verbose.
So the new expected announcement would be 1, page, of 11 pages
Acceptance criteria
Problem:
The screen reader announcement for the pagination component is a bit odd. It potentially announces "of 40 pages" twice.
This is the current implementation: Page number of 40 pages, 12
Solution:
Implement the label in a way that the screen-reader sounds similar to this: "Page, 12, of 40 pages".
PS: Combobox is the assigned role of the component.
The text was updated successfully, but these errors were encountered: