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

JSON Card 508 compliance #321

Open
Tracked by #294
obr42 opened this issue Dec 28, 2022 · 0 comments
Open
Tracked by #294

JSON Card 508 compliance #321

obr42 opened this issue Dec 28, 2022 · 0 comments
Labels
accessibility Related to Section 508 compliance low priority Nice to have, but not particularly urgent minor improvement Small change to an existing feature

Comments

@obr42
Copy link
Contributor

obr42 commented Dec 28, 2022

In light mode especially, the type display that is tiny font of int, string, etc needs to be a darker shade than it currently is presenting since it is so small. To pass WCAG AA, it must be 4.5:1 ratio color. Even with changes in #297, the font does not pass. This color is set as an offset from the theme color for the actual data value that we set and provided to RJV. The only way we could make this color pass is to darken the overall color - but then it darkens/dulls out the overall presentation as the color is linked to the larger text. Some alerts may be for other parts of the RJV display because it is indicating manual check required due to opacity set by RJV on elements (the manual check for those is complete)

@obr42 obr42 added low priority Nice to have, but not particularly urgent minor improvement Small change to an existing feature labels Dec 28, 2022
@obr42 obr42 mentioned this issue Dec 28, 2022
52 tasks
@obr42 obr42 added the accessibility Related to Section 508 compliance label Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Related to Section 508 compliance low priority Nice to have, but not particularly urgent minor improvement Small change to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant