WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Need your recommendation for pagination links

for

From: Mohith BP
Date: Sep 10, 2020 2:11AM


Hi Dinesh,

From the usability point of view:
1. The focus should remain on Previous and next button / links upon
activation as the user may want to activate the next / previous
buttons continuously. Ensure there is information to the screen reader
users which page has been loaded with ARIA live regions.
2. Activating any of the numbered links in pagination should ideally
take the focus to the newly loaded content.


Thanks & Regards,
Mohith B. P.

On 9/10/20, dinesh tripathi via WebAIM-Forum
< <EMAIL REMOVED> > wrote:
> Hello All,
> There is a pagination component used in a data table of web page to pull up
> the list of data and display in data table. The Tab order reset back to the
> "Previous" link after clicking any other interactive control in pagination
> component.
> For example: There are "Previous, 1, 2 ,3, 4, 5,.....Next" pagination links
> available in a page. The tab focus moved to "Previous" link after user click
> any of the numbers of Next link.
> Does this behavior violate any WCAG SC?
> I am expecting to move Tab focus to 'link 3' instead of "Previous" link
> when I activate 'link 2' for consistent navigation.
> Also, Previous link should be read only when page 1 displayed by default.
> Thank you,DT
> > > > >