Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.27 KB

README.md

File metadata and controls

45 lines (31 loc) · 1.27 KB

Accessibility (A11y) Best Practices

Main best practices

  • Use semantic HTML
  • Add labels to form elements
  • Write descriptive links
  • Text alternatives for images
  • Alternatives for audio content, videos and presentations
  • Make all functionality work with a keyboard
  • Keep pinch and zoom alive
  • Give people enough time to read and use content (animation duration and delay)
  • Use contrasting colors
  • Use ARIA only if necessary

Tools

Linter

React

Angular

Local tools

Online tools

Ressources