Problem/Motivation

Pagination template is failing Fast Pass accessibility test due to the "role" being added to <li> in pager.html.twig

Steps to reproduce

View a page with pager and run Fast Pass accessibility test.

Proposed resolution

Remove the role="presentation" from <li> and add to the <ul>

Remaining tasks

User interface changes

API changes

Data model changes

Comments

bigmoves created an issue.