WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Descriptive label for Read more button

for

From: glen walker
Date: May 9, 2023 11:52AM


I'm not sure I follow what that means.

aria-label is a text string
aria-labelledby is a list of IDs

Either can be used to set the "accessible name" of an element (among other
ways to set the accessible name, as defined in "Accessible Name and
Description Computation 1.1" at https://www.w3.org/TR/accname-1.1/#step2).

I think we might be saying the same thing?

On Tue, May 9, 2023 at 10:49 AM < <EMAIL REMOVED> > wrote:

> Thank you, Glen,
>
> What I learned besides for SC 2.5.3:
> "aria-label" means de facto "aria-name" and "aria-labelledby" means de
> facto "aria-namedby"!
>
> The labels of the ARIA-attributes won't be changed. But we have to keep
> their impact according to the accessible name in mind.
>
>
>