From 41f51f8a9c3812fc5c5b2c9bf98cddf0e0fdd459 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Wed, 2 Nov 2022 17:25:29 +0530 Subject: [PATCH] feat: init a11y. courses, tools and tools --- a11y/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 a11y/README.md diff --git a/a11y/README.md b/a11y/README.md new file mode 100644 index 0000000..95333da --- /dev/null +++ b/a11y/README.md @@ -0,0 +1,23 @@ +# Accessibility (A11y) + +## Resources + +1. https://www.a11yproject.com/ + +### Courses + +1. https://www.w3.org/WAI/tutorials/ +2. [auth wall] https://trailhead.salesforce.com/content/learn/trails/get-started-with-web-accessibility +3. [auth wall] https://www.udacity.com/course/web-accessibility--ud891 + +## Checklists + +1. https://www.a11yproject.com/checklist/ + +## Tools + +1. https://www.a11yproject.com/resources/#development-tools + +### HTML Validators + +1. https://validator.github.io/validator/#usage