[ENHANCEMENT] Hide or flag discouraged features
Is your feature request related to a problem? Please describe. I was reviewing this list of features missing in Chrome: https://webstatus.dev/?q=-available_on%3Achrome+%28available_on%3Afirefox+OR+available_on%3Asafari%29
It includes execCommand(), which surprised me, because I know it's in all browsers.
Describe the solution you'd like Hide discouraged features from the feature listing entirely, or flag them somehow on the details page.
Describe alternatives you've considered There could also be an icon of some kind in the feature listing directly, but it would probably be too noisy visually.
Additional context
The execCommand() browser support is wrong, I'll fix that separately.
I'm fixing web-features in https://github.com/web-platform-dx/web-features/pull/2923 which will remove execCommand() from that search, but it will still be there in the overall listing.
This is probably a dupe of https://github.com/GoogleChrome/webstatus.dev/issues/1040.