Problem/Motivation

Test Case executed: Primary Navigation
WAVE reported: Very low contrast

Code:

<a href="/" class="nav-link text-uppercase is-active" data-drupal-link-system-path="&lt;front&gt;" style="color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);">Home</a>

Test Case: Google Translate
WAVE reported: Very low contrast

Code:

<div class="skiptranslate goog-te-gadget" dir="ltr" style="color: rgb(102, 102, 102); background-color: rgb(0, 0, 0);">
<div id=":0.targetLanguage">

Test Case executed: Gallery
WAVE reported: Very low contrast

Code:

<a href="/" class="btn btn-lg btn-outline-light" style="color: rgb(235, 235, 235); background-color: rgb(255, 255, 255);">Gallery</a>

Steps to reproduce

1. View home page
2. View Location page with gallery

Proposed resolution

These styles are overridden by others on the select item, but we can add some other CSS so that WAVE understands what's going on.
Also "WAVE does not identify contrast issues in text with CSS transparency" so we need to use another tool like Color Contrast Analyzer to check the contrast there.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

froboy created an issue. See original summary.

froboy’s picture

Status: Active » Needs review
froboy’s picture

Title: [WAVE Accessibility] Google Translate - Very low contrast » [WAVE Accessibility] Multiple reported contrast issues
Issue summary: View changes
froboy’s picture

Issue summary: View changes

podarok made their first commit to this issue’s fork.

froboy’s picture

Version: 3.0.x-dev » 3.0.21
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.