WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: headings for links list

for

From: John Foliot
Date: May 17, 2011 1:27PM


Angela French wrote:
>
> Thank you JF for your contribution. I do want to clarify, in case it
> makes any difference, that I am not referring to a navigation list;
> navigation list being defined as a list of links to other web
> pages/sites. I am referring to a list of links to PDFs, Word, Excel,
> etc.

Ahh...

Perhaps then you might consider looking at aria-label, which also conveys
the accessible name to the accessibility API:

Document about topic #1 <a href="word.doc" aria-label="Word Document
Version">, <a href="pdf.pdf" aria-label="PDF Document Version">, <a
href="other.xxx" aria-label="Other Version">.

http://www.w3.org/TR/wai-aria/states_and_properties#aria-label

JF