WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: The WAVE reports "1x very low contrast"

for

Number of posts in this thread: 5 (In chronological order)

From: Laura Carlson
Date: Wed, Jul 03 2019 3:00AM
Subject: The WAVE reports "1x very low contrast"
No previous message | Next message →

Hello Everyone,

The WAVE reports "1x very low contrast" on every page in our Library's
website. The following URL is a sample page:

http://wave.webaim.org/report#/https://lib.d.umn.edu/about/excellence

Is there a way to determine where the WAVE thinks the error is located
on the page? No low contrast icon seems to be in code view.

Thank you.

Kind Regards,
Laura

--
Laura L. Carlson
Information Technology Systems and Services
University of Minnesota Duluth
Duluth, MN U.S.A. 55812-3009

From: Patrick H. Lauke
Date: Wed, Jul 03 2019 3:31AM
Subject: Re: The WAVE reports "1x very low contrast"
← Previous message | Next message →

On 03/07/2019 10:00, Laura Carlson wrote:
> Hello Everyone,
>
> The WAVE reports "1x very low contrast" on every page in our Library's
> website. The following URL is a sample page:
>
> http://wave.webaim.org/report#/https://lib.d.umn.edu/about/excellence
>
> Is there a way to determine where the WAVE thinks the error is located
> on the page? No low contrast icon seems to be in code view.

Urgh, that seems to be an odd one...smells like a false positive.

I brute-forced this by opening devtools and looking in the DOM for the
"wave.webaim.org/img/contrast.png" image. It appears twice in the
page...once in the left-hand WAVE sidebar itself, and once...inside the
search button <svg> top right.

P
--
Patrick H. Lauke

www.splintered.co.uk | https://github.com/patrickhlauke
http://flickr.com/photos/redux/ | http://redux.deviantart.com
twitter: @patrick_h_lauke | skype: patrick_h_lauke

From: Joseph Sherman
Date: Wed, Jul 03 2019 7:45AM
Subject: Re: The WAVE reports "1x very low contrast"
← Previous message | Next message →

Looks like a false positive. None of the other tools I use reported a contrast issue.

Joseph

-----Original Message-----
From: WebAIM-Forum < = EMAIL ADDRESS REMOVED = > On Behalf Of Patrick H. Lauke
Sent: Wednesday, July 3, 2019 5:32 AM
To: = EMAIL ADDRESS REMOVED =
Subject: Re: [WebAIM] The WAVE reports "1x very low contrast"

On 03/07/2019 10:00, Laura Carlson wrote:
> Hello Everyone,
>
> The WAVE reports "1x very low contrast" on every page in our Library's
> website. The following URL is a sample page:
>
> http://wave.webaim.org/report#/https://lib.d.umn.edu/about/excellence
>
> Is there a way to determine where the WAVE thinks the error is located
> on the page? No low contrast icon seems to be in code view.

Urgh, that seems to be an odd one...smells like a false positive.

I brute-forced this by opening devtools and looking in the DOM for the "wave.webaim.org/img/contrast.png" image. It appears twice in the page...once in the left-hand WAVE sidebar itself, and once...inside the search button <svg> top right.

P
--
Patrick H. Lauke

www.splintered.co.uk | https://github.com/patrickhlauke http://flickr.com/photos/redux/ | http://redux.deviantart.com
twitter: @patrick_h_lauke | skype: patrick_h_lauke

From: Jared Smith
Date: Wed, Jul 03 2019 8:36AM
Subject: Re: The WAVE reports "1x very low contrast"
← Previous message | Next message →

Yep, it's a rather obscure false positive on the <title> within the
SVG. Chrome (at least) has recently changed the way that these
elements are styled, even though they are not visually rendered, thus
they are now within the scope of WAVE's contrast checking. We've had a
fix for this in place internally for a while (including our logic when
the WebAIM Million analysis was conducted), but I just pushed this fix
into production. You may need to refresh, but this will no longer be
flagged as a contrast error.

Thanks,

Jared Smith
WebAIM.org

From: Laura Carlson
Date: Wed, Jul 03 2019 10:26AM
Subject: Re: The WAVE reports "1x very low contrast"
← Previous message | No next message

Hi Patrick, Joseph, Jared, and all,

Thanks everyone!

Laura

On 7/3/19, Jared Smith wrote:

> Yep, it's a rather obscure false positive on the
> <title> within the SVG. Chrome (at least) has
> recently changed the way that these elements are
> styled, even though they are not visually
> rendered, thus they are now within the scope
> of WAVE's contrast checking. We've had a fix for
> this in place internally for a while (including
> our logic when the WebAIM Million analysis was
> conducted), but I just pushed this fix into
> production. You may need to refresh, but this
> will no longer be flagged as a contrast error.

--
Laura L. Carlson
Information Technology Systems and Services
University of Minnesota Duluth
Duluth, MN U.S.A. 55812-3009