webstatus.dev icon indicating copy to clipboard operation
webstatus.dev copied to clipboard

[ENHANCEMENT] Hide or flag discouraged features

Open foolip opened this issue 7 months ago • 2 comments

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.

foolip avatar Apr 30 '25 14:04 foolip

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.

foolip avatar Apr 30 '25 14:04 foolip

This is probably a dupe of https://github.com/GoogleChrome/webstatus.dev/issues/1040.

ddbeck avatar May 02 '25 15:05 ddbeck