Skip to content

jasonday/color-contrast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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