-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
mix-blend-mode: color;
breaks Accessibility score in recent lighthouse releases
#15497
Comments
This looks like the following upstream bug in Note: since we use the minified axe bundle this error appears as |
mix-blend-mode: color;
breaks Accessibility score in recent lighthouse releases
This is still causing issues on my corporate website, does anyone know when Axe-core will be resolving this Lighthouse issue |
This should be resolved by #15887 which will ship in the next Lighthouse release. |
This doesn't seem to be fixed. Here is a little test case to trigger the issue: <html>
<body style="mix-blend-mode: plus-lighter">
Hmm..
</body>
</html> Run lighthouse on that, even using axe-core v4.9.0 it still errors on accessibility with Tested various modes, these are the ones that error: cc: @straker |
@BillyGalbreath Hu, both luminosity, color, saturation, hue should all work (tested on latest axe-core) |
FAQ
URL
https://www.edsleskog.com/
What happened?
Earlier the 'accessibility' score for the mentioned domain used to return in the range of 0.9 to 0.95
But in recent releases, it is being reported as
null
. Shared a quick code to reproduce.In earlier version of Lighthouse@10.0.2 it is still working fine and returning the correct value.
What did you expect?
Accessibility score should be normally returned with a value (non-null)
What have you tried?
How were you running Lighthouse?
node
Lighthouse Version
11.1.0
Chrome Version
No response
Node Version
No response
OS
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: