janeway icon indicating copy to clipboard operation
janeway copied to clipboard

Lists of articles a11y improvements

Open StephDriver opened this issue 9 months ago • 2 comments

Journals may have long lists of articles under each issue, and when searching a journal, a long list of articles may be returned. In both instances, this is difficult to navigate. There is nothing to indicate how many items are in the list, nor how far down the list you are when scrolling (other than the window's scroll bars).

This is a particular issue when visiting on a smartphone as the list can take a large number of screens to scroll through. for example OLH theme home page example

Similarly, if navigating by keyboard, that's a lot of tabbing.

Consider:

  • pagination.
  • search results indicating how many articles have been found.
  • An A..Z set of skip to links to jump down the list
  • or a way to further filter results without performing the search again, e.g. listing them by issue?

StephDriver avatar Jun 03 '24 15:06 StephDriver