Pagination elements should be a ul in a nav
According to accessibility guidelines, pagination elements should be formatted as a nav
with each link being a li
nested in a ul
. Currently our pagination items are standalone button
elements nested in a div
.