docs(angular): add link identification content (#6453)

pull/6454/head
J. Degand 4 months ago committed by GitHub
parent ff11b7c8ad
commit 5eaac3b1ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      src/data/roadmaps/angular/content/link-identification@5-RCB8AiDbkdIFYNXKWge.md

@ -1 +1,8 @@
# Link Identification
# Link Identification
CSS classes applied to active `RouterLink` elements, such as `RouterLinkActive`, provide a visual cue to identify the active link. Unfortunately, a visual cue doesn't help blind or visually impaired users. Applying the `aria-current` attribute to the element can help identify the active link.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Accessibility - Active links identification](https://angular.dev/best-practices/a11y#active-links-identification)
- [@official@MDN Docs - ARIA Current](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current)
Loading…
Cancel
Save