From 231601d2aa5c94d40c5e2b6aca01f326430c06a8 Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Thu, 8 Aug 2024 23:33:27 -0400 Subject: [PATCH] docs(angular): add accessibility content (#6448) --- .../content/accessibility@VNG9DdXlS6R1OJ6Lrn4Lt.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/accessibility@VNG9DdXlS6R1OJ6Lrn4Lt.md b/src/data/roadmaps/angular/content/accessibility@VNG9DdXlS6R1OJ6Lrn4Lt.md index 55ffef6e3..11ceb244b 100644 --- a/src/data/roadmaps/angular/content/accessibility@VNG9DdXlS6R1OJ6Lrn4Lt.md +++ b/src/data/roadmaps/angular/content/accessibility@VNG9DdXlS6R1OJ6Lrn4Lt.md @@ -1 +1,9 @@ -# Accessibility \ No newline at end of file +# 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) \ No newline at end of file