The page indicators in the pagination widget for the Collections page are not using aria-lables appropriately
page: https://dlg.usg.edu/collections
link to row on spreadsheet
recommendation: An aria-label attribute can be used to give an element that does not use text an accessible name. Aria-labels override the computed name of a component so they should be used sparingly and only when text is not an option. Refer to this W3C design system article for more information about accessible pagination, "W3C Design System -> Pagination" - https://design-system.w3.org/components/pagination.html In this instance an aria-label has been applied to a <span> tag. Aria labels are only valid for interactive components that are expected to receive focus. Recommend refactoring the code to use a more accessible coding scheme.
Edited by Grant Morrow