-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Pagespeed Insights - Accessibility Score Is Unavailable #15380
Comments
Fixing #15002 should also fix this issue, although I'm not sure why this would only fail in PageSpeed. It's possible that the content of the page is different in PageSpeed (the screenshots are different between PageSpeed and normal Lighthouse) |
Thank you for the reply @adamraine. For context, all traffic to that address is served the same content. It appears that the difference between snapshots is due to the snapshot being taken at different points during the rendering of the page. Couldn't the difference be due to slight differences in the emulation environments? As for #15002, do you believe fixing it will fix this issue as well because the axe-core error will be treated as Also, on the off chance that you are able to, could you provide any tentative timeline for when this fix will be released? |
It's possible. For reference this is what the screenshots look like on my end:
It will be because the underlying axe-core error is fixed.
It appears that a fix has landed in axe-core, however they haven't released it yet. We can't fix the changes on our end until the axe-core fix is released. Unfortunately, I don't have much information beyond that. |
The a11y issue is the same as #15002. Since the page appears to be serving different content for PSI and Lighthouse there isn't much we can do here. |
FAQ
URL
https://www.thrifty.com/us/en
What happened?
The accessibility score is not provided when testing https://www.thrifty.com/us/en on PageSpeed Insights. The Background and foreground colors have a sufficient contrast ratio and Elements with visible text labels have matching accessible names audits are throwing the following error:
axe-core Error: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': Value is not of type 'long'.
Reproduce by testing https://www.thrifty.com/us/en on PageSpeed Insights
What did you expect?
An accessibility score should be provided.
What have you tried?
I've tried to isolate the problem by running Lighthouse against the page (10.0.0, 10.1.0, 10.2.0, 11.0.0) and by running axe-core tests on the page (4.6.3, 4.7.0, 4.7.1, 4.7.2). However, none of those tests throw any errors. This leads me to believe the issue is an edge case at the PageSpeed Insights layer caused by our environment.
The issue bears similarity to:
However, those issues were reproducible by running Lighthouse and axe-core tests.
How were you running Lighthouse?
PageSpeed Insights
Lighthouse Version
10.0.0, 10.1.0, 10.2.0, 11.0.0
Chrome Version
115.0.5790.170
Node Version
16.16.0
OS
Mac
Relevant log output
No response
The text was updated successfully, but these errors were encountered: