[Koha-bugs] [Bug 25234] Update OPAC search results pagination with aria labels

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 22 03:05:50 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25234

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #103423|0                           |1
        is obsolete|                            |

--- Comment #3 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 103436
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=103436&action=edit
Bug 25234: Update OPAC search results pagination with aria labels

This patch updates the include file which generates OPAC search results
pagination so that it has better semantic markup and correct aria
labels.

To test, apply the patch and do a search in the OPAC which will return
multiple pages of search results.

View the source to confirm the markup changes:

 - <nav> instead of <div> surrounding the list of links, with a
   corresponding aria label
 - Navigation links should have labels indicating which page in the
   results they point to.
 - The current link should have "aria-disabled," and "aria-current" set.
 - Numbered links should have aria labels that indicate their number.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list