webhintio / rfcs

🛑 This repository is deprecated!! To request changes, new features, hints, etc. please open an issue in https://github.com/webhintio/hint
1 stars 1 forks source link

[Hint] Unsupported CSS properties #4

Closed molant closed 5 years ago

molant commented 6 years ago

Originally reported by @antross in https://github.com/webhintio/hint/issues/1203

Related to #3, the doiuse library warns about using CSS properties which aren't supported in a given set of target browsers backed by caniuse data (vs stylelint which focuses more on general CSS mistakes). This could be useful to warn not only about adoption of newer features, but also older features which haven't been implemented in all browsers (e.g. the CSS zoom property). There's even a stylelint plugin that wraps this, but I suspect it'd be better to avoid the extra middle man.

molant commented 5 years ago

@antross are you ok if we close this in favor of #10?

antross commented 5 years ago

Yep, I'd close it myself if I could (apparently don't have the right permissions yet).