Metadata
- Source
- FLUID-6666
- Type
- Bug
- Priority
- Major
- Status
- Open
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Justin Obara
- Created
2021-07-15T08:39:27.230-0400 - Updated
2021-07-15T08:39:27.230-0400 - Versions
-
- 3.0
- Fixed Versions
- N/A
- Component
-
- Pager
Description
The pager summary has the aria-relevant=all. This tells the screen reader to announce both the removed and added text. Causing both to be announced, for example:
- Viewing page 1. Showing records 1 - 20 of 164 items.
- Viewing page 2. Showing records 21 - 40 of 164 items.
Which is rather confusing, as at first it seems that the page didn't change. Setting aria-relevant to "text" (default) or "additions" may perform better.
Steps to reproduce:
- Open the Pager demo
- With VoiceOver enabled click on a different page link
- Noice that the the old page summary and new page summary are both announced.
Environments
Safari 14.1.1 & VoiceOver (macOS 11.4)