no-display-none Sources that will help you do without { display: none; } and hide the content: CSS Tricks A11Y Project WebAIM Options true The following pattern are considered violations: .foo { display: none; } The following patterns are not considered violations: .foo { display: flex; }