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

Henry Bolshaw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Henry Bolshaw <[email protected]> ---
Hi Owen

<input> and <button> with the "btn btn-primary" class also have low contrast
e.g. the green search and advanced search buttons, the login button etc.

Using the firefox accessibility inspector
(https://developer.mozilla.org/en-US/docs/Tools/Accessibility_inspector) I'm
finding that the contrast ratio for these buttons is between 2.2:1 and 2.4:1. 

From an accessibility perspective, contrast should be:

- at least 4.5:1 to meet WCAG AA standards 
(see success Criterion 1.4.3 Contrast (Minimum):
https://www.w3.org/TR/WCAG21/#contrast-minimum)

- at least 7:1 to meet AAA standards 
(see Criterion 1.4.6 Contrast (Enhanced):
https://www.w3.org/TR/WCAG21/#contrast-enhanced)

These buttons weren't changed by your patch so this probably needs to be a
separate bug but you did say "confirm that button styles look good" in the test
plan so I thought I'd mention it in case it's easy to fix with a follow-up.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to