An open API service indexing awesome lists of open source software.

https://github.com/infolektuell/a11y-tutorials

Code for my accessibility tutorials
https://github.com/infolektuell/a11y-tutorials

a11y accessibility tutorial video web

Last synced: about 1 month ago
JSON representation

Code for my accessibility tutorials

Awesome Lists containing this project

README

          

# Accessibility Tutorials

This repository contains the code for my technical tutorials and howtos about accessibility.

- APIs and Implementation
- Testing
- Guidelines and recommendations
- Different platforms and technologies

This code is not production-ready but for demonstration purposes.
I use resources like [ARIA Authoring Practices Guide][apg] and turn them into developer-friendly and expressive git histories.

[apg]: https://www.w3.org/WAI/ARIA/apg/

## Tutorials

- [Inspecting the Web Accessibility Tree](https://github.com/infolektuell/a11y-tutorials/tree/web_a11y_tree)
- [Building an accessible dropdown control](https://github.com/infolektuell/a11y-tutorials/tree/accessible_dropdown_menu)