-
Notifications
You must be signed in to change notification settings - Fork 10
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
Implement color contrast accessibility test #22
Labels
frontend
Frontend-related
Comments
hi @vincerubinetti can I work on this? |
Merged
@valentina-buoro Please abandon work on this. I've deemed this infeasible/impossible. See the discussion here: |
okay @vincerubinetti . Lighthouse seems like a good tool to test accessibility. Although doing it manually might be tedious. |
Regarding Lighthouse testing, see this issue I created: #33 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
accessibility.spec.ts
currently has the following:See the two github issues linked there for full details. In summary:
We have disabled the standard "color-contrast" accessibility test, because it is frankly not very accurate or good. I want to replace it with the newer and better advanced perceptual contrast algorithm, but I'm having trouble integrating that
StackExchange/apca-check
library with Playwright.This seems to be challenging to fix; see the first issue for problems I've encountered and what I've tried.
The text was updated successfully, but these errors were encountered: