-
Bug
-
Resolution: Fixed
-
Critical
-
3.2.3, 3.3
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
MOODLE_34_STABLE
-
MDL-58889-master -
-
3.4 Sprint 2
DESCRIPTION The default Boost theme features links in this color – 00B7E6. See an example in the dashboard with user's courses and links to the course and the section titles and course title links. When this color is run through Juicy Studio (http://juicystudio.com/services/luminositycontrastratio.php#specify) for contrast luminosity testing, it comes back as providing insufficient contrast (2.36:1). I pulled the background color and foreground color from Chrome CSS inspect element and it also failed https://www.screencast.com/t/CYepcKtKE |
WCAG 2.0 is the current international standards for web accessibility. The A level is bare minimum and leaves many pieces undone. The AA level is the base recommended by most organizations, is required by our RFP process, and is considered the
standard. The AAA level is Cadillac level. Sufficient color contrast is an AA level standard. Here's the reference (1.4.3). https://www.w3.org/TR/WCAG20/#visual-audio-contrast
STEPS TO REPLICATE
1.Login to a site, site is 3.2 release Moodle 3.2.3 (Build: 20170508), via Chrome browser
2.Navigate to Site Admin > Notifications > to confirm site is 3.2 release Moodle 3.2.3 (Build: 20170508)
3.Navigate to Site Admin > Appearance > Themes > Theme Selector > Default confirm theme is Boost > if not select change theme and put Boost in place and then clear theme caches from the same page
3.Site admin > Courses > Manage Courses and Categories > Create a new course > Save and Display
4.Turn editing on via the cog in the right hand screen of the course > Look for and select "More..." to see an expanded list of options > Users Tab > 5.Enrolled Users > Enroll Users > Enroll as a teacher in the course (the goal here is just to have a course assigned to your account as an example)
6.Then navigate Home > Select to view your dashboard > and see your course link listed is light in color and may cause issues for visual distinction
7. Right click on the course link and select "inspect" element > https://www.screencast.com/t/Bn3X4E36xv find background and foreground colors and then
8. Input these colors to this site for accessibility testing: http://juicystudio.com/services/luminositycontrastratio.php#specify
OBSERVED BEHAVIOR:
Link luminosity contrast ratio fails to meet standards
EXPECTED BEHAVIOR:
Link luminosity contrast ratio meets standards
|