[Koha-bugs] [Bug 25984] New: Accessibility: Shelf browse lacks focus visibility when cover image is missing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 13 12:34:14 CEST 2020


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

            Bug ID: 25984
           Summary: Accessibility: Shelf browse lacks focus visibility
                    when cover image is missing
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: martin.renvoize at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org

Where items displayed on the ‘Book shelf’ do not include cover images, keyboard
focus is
not highlighted by a visible focus indicator. This means that some users may be
unable to
determine where their focus is on the page.

Solution:
Ensure that interactive page elements are highlighted by a visible focus
indicator when in
focus. This will enable keyboard only users to determine where their focus is
on the page
when navigating via keyboard commands. A visible focus indicator can be set
using CSS.
For example:

:focus :hover {
outline: 2px solid #f00;
}

Note: The colour used must meet 3:1 against the adjacent colours.

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


More information about the Koha-bugs mailing list