What Browser should I care about when it comes to features supported? Should I go for a fallback?
I'm fairly new to CSS and recently started looking into lch() since it seems like a much better alternative to hsl() and especially to hex colors. However, when checking browser support on https://caniuse.com/css-lch-lab, it looks like all major browsers (Safari, Chrome, Firefox, Edge, Opera, etc.) support it, but some still don’t. like QQ Browser, Baidu, KaiOS (I assume those are Chinese browsers?), Opera Mini, and Internet Explorer.
So my questions are: * When it comes to something as fundamental as color, should I wait until every single browser supports the feature? * Or should I go ahead and use it while providing a fallback (e.g., declaring lch() first and then an hsl() value below)? * Are there browsers I can safely ignore, such as Baidu or QQ?