dspace-angular icon indicating copy to clipboard operation
dspace-angular copied to clipboard

[Accessibility] Avoid repetition of identical link text on same page

Open hostle83 opened this issue 1 year ago • 0 comments

Describe the bug This relates to items that have a number of different download options. For each option, the Download Link currently says "Download". According to Success Criterion 2.4.4 Link Purpose (In Context), the user should be able to determine the purpose of each link from the link text alone. In this example, users with screen readers would hear the word "Download" read numerous times but not know the context, purpose and destination of each download link.

To Reproduce Steps to reproduce the behavior:

  1. Visit https://sandbox.dspace.org/items/cd374806-70ac-4541-a711-559c9bb60a76/full
  2. See list of Download Links at the right side of each file description

Expected behavior A clear and concise description of what each link does, e.g. "Download the PDF...".

Related work

hostle83 avatar May 29 '24 12:05 hostle83