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
- Host: GitHub
- URL: https://github.com/infolektuell/a11y-tutorials
- Owner: infolektuell
- License: cc-by-4.0
- Created: 2025-04-10T17:23:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-24T15:26:43.000Z (11 months ago)
- Last Synced: 2025-08-31T01:33:01.232Z (7 months ago)
- Topics: a11y, accessibility, tutorial, video, web
- Homepage:
- Size: 157 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)