## 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 DOM tree:  VoiceOver screen recordings: Without aria-current: https://github.com/docsifyjs/docsify/assets/11298269/873fdfe3-6a95-43d5-a417-7d34799b10b0 With aria-current: https://github.com/docsifyjs/docsify/assets/11298269/87b43a78-8c36-4c63-a71c-9b0f880a1d1a Reference: [MDN - aria-current](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current)