jasonday / color-contrast

Contrast checking in vanilla js (and jQuery)

Home Page:https://jasonday.github.io/color-contrast/test/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

color-contrast

Contrast checking

To do:

  • test against forms
  • check for svg fill (overrides CSS color)
  • check if element or background has an rgba alpha transparency and call out need for manual review
  • port to javascript Done
  • test for background images Done
  • Test text color against colors in linear gradient

Potentials

About

Contrast checking in vanilla js (and jQuery)

https://jasonday.github.io/color-contrast/test/

License:Apache License 2.0


Languages

Language:JavaScript 47.0%Language:CSS 30.3%Language:HTML 22.7%