ISSUE-22: AIRA Labelledby on link should usually self reference

AIRA Labelledby on link should usually self reference

State:
OPEN
Product:
HTML & ARIA Techniques TF
Raised by:
David MacDonald
Opened on:
2014-05-27
Description:
It is not desirable to have the link text replaced by the aria-labelledby, because that forbids the screen reader user from knowing what was in the link text. I think our first example should be amended. And then add another example at the end with no self reference if we want. This came up on a call quite a while ago and believe this was what the group thought was best. So for Example 1 we would have:

<h2 id="headline">Storms hit east coast</h2>

<p>Torrential rain and gale force winds have struck the east coast, causing flooding in many coastal towns.
<a href="news.html" id="p123" aria-labelledby="headline p123" >Read more...</a></p>


I think the paragraph should be changed:
CURRENT
The specified behavior of aria-labelledby is that the associated label text is announced instead of the link text (not in addition to the link text). When the link text itself should be included in the label text, the ID of the link should be referenced as well in the string of IDs forming the value of the aria-labelledby attribute.

PROPOSED
Usually the author will want the associated label text announced *in addition* to the link text. In this case, the ID of the link should be referenced as well in the string of IDs forming the value of the aria-labelledby attribute.
If the author wants the associated label text announced *instead* of the link text they would simply not include the self referenced ID in the value of the aria-labelledby attribute.
Related Actions Items:
No related actions
Related emails:
  1. Re: Cleaning up working branches (from cooper@w3.org on 2017-08-28)
  2. Re: WCAG-ISSUE-22 (DavidMacD): AIRA Labelledby on link should usually self reference [HTML & ARIA Techniques TF] (from rcorominas@technosite.es on 2014-05-28)
  3. RE: WCAG-ISSUE-22 (DavidMacD): AIRA Labelledby on link should usually self reference [HTML & ARIA Techniques TF] (from jon.avila@ssbbartgroup.com on 2014-05-27)
  4. WCAG-ISSUE-22 (DavidMacD): AIRA Labelledby on link should usually self reference [HTML & ARIA Techniques TF] (from sysbot+tracker@w3.org on 2014-05-27)

Related notes:

No additional notes.

Display change log ATOM feed


Alastair Campbell <acampbell@nomensa.com>, Rachael Bradley Montgomery <rmontgomery@loc.gov>, Charles Adams <charles.adams@oracle.com>, Chairs, Michael Cooper <cooper@w3.org>, Ruoxi Ran <ran@w3.org>, Staff Contacts
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 22.html,v 1.1 2023/05/12 12:39:38 carcone Exp $