E-mail List Archives
Re: ARIA-hidden vs role presentation for font icons
From: Jared Smith
Date: Sep 13, 2013 10:12AM
- Next message: Rick Hill: "Javascript validator?"
- Previous message: Alastair Campbell: "Re: ARIA-hidden vs role presentation for font icons"
- Next message in Thread: None
- Previous message in Thread: Alastair Campbell: "Re: ARIA-hidden vs role presentation for font icons"
- View all messages in this Thread
It is not safe to assume that screen readers will not read generated
content. VoiceOver reads the the arrow for each of the instances where
it is present, except for the one with aria-hidden=true. So, if you
are using generated content and do not want it to be read, aria-hidden
is definitely a solution.
The other option is to use CSS. In your example,
a span {display:none;}
would work.
Jared
- Next message: Rick Hill: "Javascript validator?"
- Previous message: Alastair Campbell: "Re: ARIA-hidden vs role presentation for font icons"
- Next message in Thread: None
- Previous message in Thread: Alastair Campbell: "Re: ARIA-hidden vs role presentation for font icons"
- View all messages in this Thread