Is there a way/possibility to hook into something like "caniuse?" to indicate browser support for features?
Something like a simple dot indicator tied to % uptake (green is over 90% and suitable for production etc). Maybe even a tooltip with the % on hover?
My thoughts being that this would open up to including newer features earlier that other platforms while still letting Devs know that they're not suitable for production yet. Things like field sizing, for example, which doesn't have great support at around 71%, but Devs could want to begin playing with.
https://caniuse.com/mdn-css_properties_field-sizingNot sure how viable but would be useful imo.