Skip to content
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

Closed
damien-git opened this issue Jul 8, 2019 · 8 comments
Closed

MathJax issue ? #1685

damien-git opened this issue Jul 8, 2019 · 8 comments
Assignees
Labels
color contrast Color contrast issues performance Performance related issues
Milestone

Comments

@damien-git
Copy link

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 ?

@straker
Copy link
Contributor

straker commented Jul 8, 2019

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.

@damien-git
Copy link
Author

Interesting. Would there be any way to accelerate the process for similar pages ?

@straker
Copy link
Contributor

straker commented Jul 8, 2019

Right now our only workaround is to turn off the color-contrast rule for such pages.

axe.run({
  "rules": {
    "color-contrast": { enabled: false },
  }
});

@straker straker added the performance Performance related issues label Jul 9, 2019
@WilcoFiers
Copy link
Contributor

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.

@WilcoFiers WilcoFiers added the color contrast Color contrast issues label Jul 19, 2019
@damien-git
Copy link
Author

This is good news.
I wrote a domain accessibility audit web app based on axe that can check many websites at once and report statistics. Improved axe-core performance would be a must for that.

@jeankaplansky
Copy link
Contributor

ID'd as color-contrast issue. We're going to make one entry into the release notes for all color-contrast fixes/enhancements.

@jeankaplansky
Copy link
Contributor

Added to release notes as of 2/04/2019

@padmavemulapati
Copy link

As the reported url no longer working, verified on the another suggested url, http://web.archive.org/web/20180625151005/https://users.math.msu.edu/users/wongwwy/expository/torsion.html time taking here is less than 2secs
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
color contrast Color contrast issues performance Performance related issues
Projects
None yet
Development

No branches or pull requests

5 participants