WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: disabilities and accessibility

for

From: Schulz, Leslie
Date: Feb 11, 2022 12:17PM


The problem with pages coded for screen readers not working for speech recognition has to do with understanding how speech recognition works.

A screen reader user can navigate to a link with an aria-label that states: "Additional Information about product x". But if the link text reads, "Read More" under a photo of the product, the speech recognition user will not be able to activate the link. The aria-label must include the text from the visible link, although the aria-label can, and probably should, include more.

A better match would be
<a href="product-x.html" aria-label="More information about product X">More information</a>

That being said, if developers are unaware of the way speech recognition works, their efforts to please both screen reader users and speech recognition users will always be hit or miss.

Just some thoughts.

Leslie

-----Original Message-----
From: WebAIM-Forum < <EMAIL REMOVED> > On Behalf Of <EMAIL REMOVED>
Sent: Friday, February 11, 2022 1:00 PM
To: <EMAIL REMOVED>
Subject: [EXTERNAL] WebAIM-Forum Digest, Vol 203, Issue 10

Send WebAIM-Forum mailing list submissions to
<EMAIL REMOVED>

To subscribe or unsubscribe via the World Wide Web, visit
https://urldefense.com/v3/__https://list.webaim.org/cgi-bin/mailman/listinfo/webaim-forum__;!!MXVguWEtGgZw!YocUgDkClYWqOofvTdicLSsTGR4RBx2ffNSQ241yUFXk-pC070dQW9fHDKz9vi3aomMx$
or, via email, send a message with subject or body 'help' to
<EMAIL REMOVED>

You can reach the person managing the list at
<EMAIL REMOVED>

When replying, please edit your Subject line so it is more specific than "Re: Contents of WebAIM-Forum digest..."