Tanaguru / Contrast-Finder

Find valid background / foreground color contrast for accessibility (a11y, WCAG)
http://contrast-finder.tanaguru.com/
GNU Affero General Public License v3.0
237 stars 57 forks source link

Deal with multiple backgrounds constraint #1

Open thomassola opened 10 years ago

thomassola commented 10 years ago

First off, thanks. Yours is the best contrast analyzer I've ever seen since it actually helps solve the problem, not just report it.

I have one suggestion for an enhancement. Your app helps solve the problem of contrast between two colors but often times one foreground color has to work across multiple background colors. If you could add that ability it would be mind blowing. (I don't know Java or I'd try it myself).

mfaure commented 10 years ago

Thanks for your feedback Thomas. That's an excellent idea ! We have to make it.

By now I don't know how to organise the UI to keep it simple with multiple backgrounds (or either multiple foregrounds). We'll have to do some sketching. Thanks again for your contribution !