csslint icon indicating copy to clipboard operation
csslint copied to clipboard

Flag CSS display:none;

Open mgifford opened this issue 11 years ago • 1 comments

Another bit accessibility challenge is the CSS display:none;

http://a11yproject.com/posts/how-to-hide-content/ http://css-tricks.com/places-its-tempting-to-use-display-none-but-dont/

This little piece of CSS hides the content from a screen reader that may need to know it is there semantically.

mgifford avatar Apr 28 '14 11:04 mgifford

isn't that fixed here https://github.com/CSSLint/csslint/wiki/Disallow-outline%3Anone

mgifford avatar May 14 '18 17:05 mgifford