
Problem/Motivation
Per #3158395: Avoid similar-sounding links with different purposes (D8) it is recommended to change the "title" attribute on links to "aria-label".
Proposed resolution
Change all "title" attributes to "aria-label".
Remaining tasks
Make the changes.
User interface changes
All "title" attributes will change to "aria-label".
API changes
n/a
Data model changes
n/a
Comment | File | Size | Author |
---|---|---|---|
#4 | 3243775-4.patch | 3.6 KB | mohit.bansal623 |
Comments
Comment #2
damienmckennaComment #3
damienmckennaComment #4
mohit.bansal623 CreditAttribution: mohit.bansal623 as a volunteer and at Axelerant commentedPlease review. Updated all title attributes to aria-label.
Comment #5
damienmckennaComment #6
damienmckennaComment #7
damienmckennaCommitted. Thank you!
Comment #10
cboyden CreditAttribution: cboyden at UC Berkeley Web Platform Services commentedThis patch introduces new accessibility violations, including WCAG 2.5.3 Label in Name. The aria-label attribute is not a drop-in replacement for the title attribute on links. Adding an aria-label completely replaces the visible text of the link, which is pretty much never going to be the desired outcome.
Comment #11
damienmckennaThanks for noticing that. Would you mind opening a new issue and we'll look into it?