WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Opacity Zero and Screen Readers

for

From: Birkir R. Gunnarsson
Date: Jul 19, 2016 11:49AM


You are pretty safe using display: none; to hide content from all users.
I would always go with that, unless you have specific reasons for
using visibility: hidden. Then I would supplement that with
aria-hidden="true".



On 7/19/16, Lovely, Brian (CONT) < <EMAIL REMOVED> > wrote:
> Thanks, Patrick!
>
>