Iota-School / notebooks-for-all

https://iota-school.github.io/notebooks-for-all/
Other
18 stars 6 forks source link

Improve color contrast in rendered notebook #57

Open isabela-pf opened 1 year ago

isabela-pf commented 1 year ago

Problem and context

Color contrast is the difference in value between two colors; what is enough color contrast has been well discussed by WCAG standards. Some areas of the rendered notebook have come up in tests as low contrast or similar in hue, making them difficult or impossible for participants using their vision to read. This issue will only cover parts of the notebook that are not author-generated, meaning they show up no matter what the author does. We have only tested on light mode, so this issue only describes contrast issues found in light mode.

The areas that have come up as contrast issues in tests include:

Possible solutions

While each issue will require it's own specific solution, the overall solution is to increase contrast in these areas. First we will try and preserve the hue of each low contrast color (ie. keep reds red, just a higher contrast red). If there are not good contrast solutions with the hue, we will consider a grayscale option and find other ways to communicate the information.

By issue listed above

Acceptance criteria

This issue can be closed when we

Tasks to complete