WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: accessible slide out panel?

for

From: Lovely, Brian (CONT)
Date: Aug 8, 2016 2:09PM


Well, if that's all the content in the thing, then position the box off-screen with CSS so that it's hidden visually but exposed to screen readers, and hide the triggering element from screen readers with aria-hidden="true". Ideally, it would appear in a logical place in the code order, which should be easy enough since it's positioned absolutely, anyway.