bgrins / TinyColor

Fast, small color manipulation and conversion for JavaScript
https://bgrins.github.io/TinyColor/
MIT License
5.05k stars 437 forks source link

Use WCAG2 (Web Content Accessibility Guidelines V2.0) for readability #80

Closed jladbury closed 9 years ago

jladbury commented 9 years ago

Brian, I hope this will do! I have probably spent three times as long grappling with GIT as I have making and testing the substantive changes. Ho hum!

bgrins commented 9 years ago

@jladbury thanks again, this is great! It gave me a chance to learn about the new accessibility guidelines, too.

jladbury commented 9 years ago

Brian, you are welcome. Thanks for setting the project up in the first place.

You might have learned something about the new guidelines, but I have learned a lot (though probably not enough!) about GIT. Years ago I was an IBM Mainframe Systems Programmer. We used a product called SMP/E to install changes. I used to think that that was complicated, but it has nothing on GIT, which seems to do basic things very well and intuitively but gets (unnecessarily?) complex when moving beyond the basics.

Anyway, thanks for helping me through my first Open Source contribution. In recent years I have taken a few things from the community, and it is good to be able to make a small payback.

Julian