1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 05:21:43 +02:00

docs(angular): add accessibility content (#6448)

This commit is contained in:
J. Degand
2024-08-08 23:33:27 -04:00
committed by GitHub
parent e0aa7e4d0f
commit 231601d2aa

View File

@@ -1 +1,9 @@
# Accessibility
# Accessibility
The web is used by a wide variety of people, including those who have visual or motor impairments. A variety of assistive technologies are available that make it much easier for these groups to interact with web-based software applications. Also, designing an application to be more accessible generally improves the user experience for all users.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Accessibility](https://angular.dev/best-practices/a11y)
- [@course@Learn Accessibility](https://web.dev/learn/accessibility/)
- [@article@Angular a11y: 11 tips on how to make your apps more accessible](https://angularindepth.com/posts/1152/angular-a11y-11-tips-on-how-to-make-your-apps-more-accessible)