A detailed accessibility training workshop for developers: https://russmaxdesign.github.io/accessibility-workshop-developers/
Aims for this session:
- An understanding of assistive technologies.
- How to test sites using keyboard-only.
- An introduction to the basics of screen readers.
Aims for this session:
- An understanding of accessible forms, especially the , and elements.
- An understanding of accessible required fields.
- An understanding of accessible form errors.
Aims for this session:
- The importance of the accessibility tree.
- The importance of accessible names and descriptions.
- An understanding of ARIA.
- The difference between aria-describedby, aria-labelledby and aria-label.
Aims for this session:
- An understanding of live regions
- An understanding of key aria- attributes
- How to build accessible modals
- How to build accessible in-page tabs
Aims for this session:
- An understanding of native vs non-native widgets
- The criteria for making non-native widgets accessible
- How to build an accessible autocomplete
- Steps for unit testing and auditing