-
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
a11y gatherer hangs on https://almanac.httparchive.org/en/2021/ecommerce #15824
Comments
|
FYI I have Will try it with |
It will still run in axe, since we don't connect our audit ids to the axe config like that (but we should ..) |
I think we should upstream this bug to axe if we can. Even though the audit is hidden, we eventually want to use it and I think disabling it completely will lose value in HTTPA runs (ironic that this happens on https://almanac.httparchive.org/en/2021/ecommerce tho haha). |
FYI, I also saw problems with https://almanac.httparchive.org/en/2021/webassembly Both have a lot of web mentions (which we render at the bottom of the page). Turning this functionality off (https://almanac.httparchive.org/en/2021/webassembly?nowebmentions) allowed the page to pass Lighthouse runs. So either the DOM's got too large with those, or axe doesn't handle a page with a lot of similar things. A lot of them do have the same "View Source" link despite pointing to different sources which might fail the new |
should clarify, of that commit i bisected to this was the only thing that was a problem. Disabling target-size axe check was the only thing necessary to allow the run to finish. |
We can disable the |
This should be fixed now. |
This results in a PROTOCOL_TIMEOUT:
Did not happen in 10.0
I bisected to: #15216
cc @tunetheweb
The text was updated successfully, but these errors were encountered: