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
Open DevTools and inspect the navigation elements in the pagination.
Actual result
Pagination elements are not grouped into a list.
Expected result
Pagination elements should be grouped into a semantic list (<ul> or <ol>), with each element wrapped in <li> tags, to ensure proper navigation and accessibility compliance.
Description
Pagination elements aren't semantically grouped into a list.
Steps to Reproduce
Actual result
Pagination elements are not grouped into a list.
Expected result
Pagination elements should be grouped into a semantic list (
<ul> or <ol>
), with each element wrapped in<li>
tags, to ensure proper navigation and accessibility compliance.Failed WCAG Checkpoint: 1.3.1 Info and Relationships (Level A)
https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships.html
The text was updated successfully, but these errors were encountered: