Can we please have some tweaks to the pagination in the OPAC? The images are really hard to decipher and being full color with extraneous details, they don't read visually as icons. They are difficult for our patrons to understand visually, and the HTML isn't accessible, which violates many of our states' policies on ADA compliance.
If we can't update the actual images right this moment, can we do a stopgap measure of adding link titles so that when users mouse over the images they will get something helpful on their screen? And wrap the pagination in the <nav> element so screenreaders can recognize it?
Code:
<img src = 'PageNext.png' alt = 'Next Page' title = 'Go to Next Page'/>
We are looking at this for an internal site we are creating outside of KLAS. Our Product Owner provided the following blog. Might also be helpful for developers.
Potentially a "quick" option would be to use a similar implementation that the Web Order Search uses for the IRCs. That has a Top and Bottom navigation with links and labels instead of the images. If that works something that Keystone already has working.