docs(angular): add attributes content (#6449)

pull/6454/head
J. Degand 4 months ago committed by GitHub
parent bab5717df6
commit e0aa7e4d0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      src/data/roadmaps/angular/content/attributes@0FvH7KPs9ag02QkD1HEJ-.md

@ -1 +1,9 @@
# Attributes
# Attributes
Building accessible web experience often involves setting Accessible Rich Internet Applications (ARIA) attributes to provide semantic meaning where it might otherwise be missing. Use attribute binding template syntax to control the values of accessibility-related attributes.
Visit the following resources to learn more:
- [@official@Angular Official Docs - accessibility attributes](https://angular.dev/best-practices/a11y#accessibility-attributes)
- [@article@ARIA HTML](https://web.dev/learn/accessibility/aria-html/)
- [@article@Comprehensive accessibility strayegies for Angular apps leveraging aria-label for dynamic content](https://yasikahivin.medium.com/comprehensive-accessibility-strategies-for-angular-apps-leveraging-aria-label-for-dynamic-content-fdf114834317)

Loading…
Cancel
Save