Closed
Description
Feature request
Problem or desire
Currently, screen readers such as VoiceOver, JAWS, or NVDA cannot differentiate between selected and non-selected links.
Proposal
Use aria-current="page"
on the selected link, and leave non-selected links as-is
Implementation
VoiceOver screen recordings:
Without aria-current:
Screen.Recording.2023-09-12.at.11.43.55.AM.mov
With aria-current:
Screen.Recording.2023-09-12.at.11.37.30.AM.mov
Reference: MDN - aria-current
Metadata
Metadata
Assignees
Labels
No labels