-
Notifications
You must be signed in to change notification settings - Fork 786
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
MathJax issue ? #1685
Comments
Looking at the page, it seems the color-contrast rule is taking 23 seconds to complete. Axe-core's color-contrast rule is one of the slowest rules we have, and it looks like all the individual math symbols are being checked for color contrast. |
Interesting. Would there be any way to accelerate the process for similar pages ? |
Right now our only workaround is to turn off the color-contrast rule for such pages. axe.run({
"rules": {
"color-contrast": { enabled: false },
}
}); |
It is also worth noting that we're working on a major performance improvement to the color-contrast rule. That will hopefully help to solve this. |
This is good news. |
ID'd as color-contrast issue. We're going to make one entry into the release notes for all color-contrast fixes/enhancements. |
Added to release notes as of 2/04/2019 |
aXe seems to have a hard time analyzing https://users.math.msu.edu/users/wongwwy/expository/torsion.html . I noticed the issue first with axe-webdriverjs. I also tried the aXe plugin in both Firefox and Chromium, and had to force stop it in both cases.
Possibly because of the use of MathJax ?
The text was updated successfully, but these errors were encountered: