Accessibility tip: Use aria-current to style active links


Accessibility tip: Use aria-current to style active links.

Benefits:
1. Screen reader users will get a friendly notification that the link is active.
2. Clarifies and simplifies testing (Can assert the aria-current attribute exists on active links)

Here's an example of a Cypress test that uses aria-current to test that active links are being styled when expected.

View original on X