WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: why don't accessibility checkers find non-distinguishable links?

for

From: Jonathan Avila
Date: Dec 2, 2016 9:32AM


> For screen reader users who are navigating by links, this presentation is perhaps (at most) slightly better:

Perhaps an aria-describedby approach is best because it is generally announced on tab and not on arrows in browse mode and announced after the normal link text and doesn't clutter the virtual view or visual presentation.

Jonathan

Jonathan Avila
Chief Accessibility Officer
SSB BART Group 
<EMAIL REMOVED>
703.637.8957 (Office)

Visit us online: Website | Twitter | Facebook | LinkedIn | Blog
Don't miss Trends in Accessibility & Electronic Documents on Wed 12/7!

The information contained in this transmission may be attorney privileged and/or confidential information intended for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any use, dissemination, distribution or copying of this communication is strictly prohibited.

-----Original Message-----
From: WebAIM-Forum [mailto: <EMAIL REMOVED> ] On Behalf Of Jared Smith
Sent: Friday, December 02, 2016 11:13 AM
To: WebAIM Discussion List
Subject: Re: [WebAIM] why don't accessibility checkers find non-distinguishable links?

Jon Brundage wrote:

>
> So this would be acceptable?

For screen reader users who are navigating by links, this presentation is perhaps (at most) slightly better:

<href>2015 documents privacy</href>
<href>2015 documents security</href>
<href>2016 documents privacy</href>
<href>2016 documents security</href>

... but this presentation is notably worse for everyone else (including for screen reader users reading through the page). So which should you favor? I can't answer that, but I'm not really comfortable with an accessibility technique that decreases usability for more users than it benefits.

Jared