/color-contrast

Contrast checking in vanilla js (and jQuery)

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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