- Issue created by @flanneryla
- 🇨🇦Canada mgifford Ottawa, Ontario
Looks like we should pay more attention to the breadcrumbs. From Accessibility Insights:
Title: WCAG 1.3.1: Ensures that lists are structured correctly (.usa-pagination__list)
Tags: Accessibility, WCAG 1.3.1, list
Issue: Ensures that lists are structured correctly (list - https://accessibilityinsights.io/info-examples/web/list)
Target application: Pagination | U.S. Web Design System (USWDS) - https://designsystem.digital.gov/components/pagination/
Element path:nav[aria-label=“Pagination”] > .usa-pagination__list
Snippet:<ul class=“usa-pagination__list”>
Related paths:nav[aria-label=“Pagination”] > .usa-pagination__list > .usa-pagination__overflow.usa-pagination__item[role=“presentation”]:nth-child(3) nav[aria-label=“Pagination”] > .usa-pagination__list > .usa-pagination__overflow.usa-pagination__item[role=“presentation”]:nth-child(7)
How to fix:
Fix all of the following:
List element has direct children that are not allowed: [role=presentation]
Environment: Microsoft Edge version 110.0.1587.57
====
This accessibility issue was found using Accessibility Insights for Web 2.37.3 (axe-core 4.6.3), a tool that helps find and fix accessibility issues. Get more information & download this tool at http://aka.ms/AccessibilityInsights. - Status changed to Closed: duplicate
almost 2 years ago 3:24pm 17 March 2023 - 🇺🇸United States smustgrave
Closing as duplicate of 🐛 Ellipsis in pager template fails accessibility tests Needs work