mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 18:35:03 -05:00
It's not easy to find a CSS property that is implemented even in
ancient browsers and that returns a consistent result among browsers
when passed through .css(). color didn't work since Firefox normalizes
it an empty value to rgb(0, 0, 0).
(cherry-picked from 0c12cb3910)