-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
color-contrast does not support mix-blend-mode: color | luminosity | saturation
#4170
Comments
Is this fix available on npm ? |
@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. |
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 We are planning the 4.9 release so can make sure to include this. |
@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 |
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. |
…, luminosity (#4365) Decided to add functions to the `Color` class itself to handle adding, dividing, and multiplying a color by a value. Made it cleaner than trying to do that in functions of the flatten color code. Also refactored the code a bit to put the default export at the top. Closes: #4170
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 addluminosity
andsaturation
.The text was updated successfully, but these errors were encountered: