E-mail List Archives
Re: accessible slide out panel?
From: Lovely, Brian (CONT)
Date: Aug 8, 2016 2:09PM
- Next message: Marc Solomon: "Re: accessible slide out panel?"
- Previous message: Angela French: "accessible slide out panel?"
- Next message in Thread: Marc Solomon: "Re: accessible slide out panel?"
- Previous message in Thread: Angela French: "accessible slide out panel?"
- View all messages in this Thread
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.
- Next message: Marc Solomon: "Re: accessible slide out panel?"
- Previous message: Angela French: "accessible slide out panel?"
- Next message in Thread: Marc Solomon: "Re: accessible slide out panel?"
- Previous message in Thread: Angela French: "accessible slide out panel?"
- View all messages in this Thread