WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Scripting Question: Content Not Appearing In Screen Reader View Of Page, But Can Tab To It

for

From: glen walker
Date: Apr 29, 2020 11:33AM


Agree with Amber. It's often not an obvious thing, such as the link itself
having aria-hidden. It usually happens because a parent element (<div>)
has it set and it propagates down to all the child DOM elements.

On Wed, Apr 29, 2020 at 11:27 AM Amber Holladay <
<EMAIL REMOVED> > wrote:

> Aria-hidden is the first thing I would look for. It will hide content from
> the screen reader, but still be visible and allow TAB focus. If you have
> already ruled that out, you may need to give more details on the type of
> experience to get specific answers.
>
>