Pagination
Pagination is a navigation system that allows users to navigate through a set of content in smaller, more manageable chunks. It is commonly used in websites and applications that display large amounts of data or content.
Simple Pagination
A simple pagination component that displays the current page number and the total number of pages.
Alternate Pagination Style
An alternate boxed pagination style that displays the current page number and the total number of pages.
Ghost Pagination Style
This is similar to the Simple Pagination style but uses ghost styling for the pagination buttons.
Accessibility Testing Status
Component | NVDA | Windows Narrator | WAVE | Axe | IBM Equal Access |
---|---|---|---|---|---|
Simple Pagination | Yes | Yes | Yes | Yes | Yes |
Alternate Pagination | Yes | Yes | Yes | Yes | Yes |
Ghost Pagination | Yes | Yes | Yes | Yes | Yes |
While there are no specific patters from the ARIA Authoring Practices Guide for Pagination, the implementation of the pagination components follows best practices for navigational elements.