aria-current
Security covered
This module adds the `aria-current='page'` attribute to active links within navigation elements. This attribute helps assistive technologies, like screen readers, identify the current page within a navigation menu.
This module is no longer necessary in Drupal 11 since it is included in Drupal Core in #3038523: Add aria-current attribute to navigation items
This module adds the aria-current='page' attribute to active links inside navigation elements.
Currently no other aria-current versions are supported and only links inside nav elements are targeted.