pager icon indicating copy to clipboard operation
pager copied to clipboard

Accessibility: Pagination links cannot receive focus

Open mdarens opened this issue 9 years ago • 0 comments

This pager currently doesn't add href or tabIndex to its links, which makes it substantially more difficult for users to navigate pages with the keyboard.

Proposed Solution

Add hrefs to the links in the render method of the Page class and update the handlers to call preventDefault on the event.

mdarens avatar Sep 15 '15 19:09 mdarens