anandthakker / doiuse

:bomb: Lint CSS for browser support against caniuse database.
MIT License
1.24k stars 51 forks source link

text-decoration-style falsely marked as partially supported. #106

Open gespispace opened 5 years ago

gespispace commented 5 years ago

The property text-decoration-style falsely marked as partially supported for firefox (65+) and chrome(71+).

Unexpected browser feature "text-decoration" is only partially supported by Firefox 65,66, Chrome 72,73 plugin/no-unsupported-browser-features

But using this property is ok for this browsers. As we can see here (https://caniuse.com/#search=text-decoration-style) this error occuring only for the property text-decoration-skip and isn't related to text-decoration-style.

pkuczynski commented 3 years ago

I would happily accept a PR if you have some time to work on it?