axe-core icon indicating copy to clipboard operation
axe-core copied to clipboard

color-contrast does not support `mix-blend-mode: color | luminosity | saturation`

Open straker opened this issue 2 years ago • 2 comments

The following HTML produces an error of "blendFunctions[blendMode] is not a function". Looks like we need to add the color blend mode to our list of blend functions. We also need to add luminosity and saturation.

<div style="mix-blend-mode: color;">Errors</div>

straker avatar Sep 22 '23 15:09 straker

Is this fix available on npm ?

kundan8239 avatar Nov 20 '23 10:11 kundan8239

@kundan8239 This hasn't been fixed yet. We hope to get it into the 4.9 release, but we don't have it groomed yet nor a schedule for when it will be released.

straker avatar Nov 20 '23 15:11 straker

This is still causing issues on my corporate website, when will this be resolved on Lighthouse tool? or when will it be updated? Like a date?

Alpdog14 avatar Mar 07 '24 15:03 Alpdog14

@Alpdog14 We are planning the 4.9 release so can make sure to include this.

straker avatar Mar 07 '24 15:03 straker

@straker , do u know when Google Chrome will be releasing that 4.9 version of Axe-Core in its brower? because it is still showing a ! for accessibility when I run it

Alpdog14 avatar Mar 07 '24 15:03 Alpdog14

I do not. Once we release 4.9 it'll still take awhile for Google to update Lighthouse and their products to ingest the changes.

straker avatar Mar 07 '24 16:03 straker