800-222-9711

Accessible Pagination in OPAC

More
12 hours 26 minutes ago - 12 hours 25 minutes ago #2071 by jenr
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.

Could we follow accessible standards for pagination? This digital.gov site has a good quick overview of what that looks like:  designsystem.digital.gov/components/pagination/

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'/>
Last edit: 12 hours 25 minutes ago by jenr.
The following user(s) said Thank You: Matt

Please Log in to join the conversation.

More
10 hours 19 minutes ago #2072 by Matt
Replied by Matt on topic Accessible Pagination in OPAC
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.

A Quick Primer on Accessible Pagination by Karl Groves

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.  

 
The following user(s) said Thank You: jenr

Please Log in to join the conversation.

  • Not Allowed: to create new topic.
  • Not Allowed: to reply.
  • Not Allowed: to edit your message.
Time to create page: 0.272 seconds