-
Notifications
You must be signed in to change notification settings - Fork 779
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
Color contrast does not accurately assess overflow #2806
Comments
Hi Wilco, We're seeing the transition issue as well. Here's a simple codepen that can repro it: https://codepen.io/dbjorge/pen/mdRopqe The related issue on our end pertains to a carousel specifically, here: microsoft/accessibility-insights-web#4144 |
Unfortunately this hasn't quite made the cut for 4.3. We'll push it to 4.4. |
There was some css added to monaco-editor that allowed cypress tests to pass without axe issues. But this caused a bug with lines below the set height to not be shown in the editor. Here, I've removed that css, and I've made a PR to monolith that skips that axe check until we are able to add it back in DISC-529. Root cause: dequelabs/axe-core#2806
Validated with the latest develop branch axe-core code base,
is passing |
This code causes a color contrast issue to be reported, even though the element with low contrast is hidden because of overflow. This type of thing can happen in carousels for example, when the opacity is reduced as the end state of a fade-out effect.
The text was updated successfully, but these errors were encountered: