CSSLint / csslint

Automated linting of Cascading Stylesheets
http://csslint.net
Other
4.76k stars 483 forks source link

Add better outline support #724

Open frvge opened 6 years ago

frvge commented 6 years ago

Adds support for detecting transparent. Adds support for detecting issues when outline is hidden in focus, and border-related properties are also hidden. Allows hidden outline, but with a visible border.

Fixed #723 .

frvge commented 6 years ago

Maybe this rule needs to be split. One for focus, and one for the "always have a visible part"?