The-Internals / Deep-dive-into-A11y

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diving deep into A11y

  1. Types of issues in accessing the web.
  2. Assistive Tech (Screen reader, Switch, adaptive controller etc)
  3. A11y trees - How browser understands
  4. Role of semantics on A11y
  5. Tab and Keyboard navigation
  6. Focus trap in modal
  7. Impact of using Unicode, and Icons, emojis.
  8. Client-side routing Impact on A11y
  9. Issues with infinite scroll
  10. Tooling for A11y //code

Code snippets

  1. Focus trapping in Dialog
  2. Focus on keyboard navigation
  3. Tooling for a11y

Misc

  1. Gist of different do's and don't and snippets

Resources

Free course:

Wiki

Checklist

Matzo blog

Others

About