docs(angular): add link identification content (#6453)
parent
ff11b7c8ad
commit
5eaac3b1ec
1 changed files with 8 additions and 1 deletions
@ -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…
Reference in new issue