Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tajakobsen/a11y-workshop
Tasks for the A11y workshop
https://github.com/tajakobsen/a11y-workshop
Last synced: about 15 hours ago
JSON representation
Tasks for the A11y workshop
- Host: GitHub
- URL: https://github.com/tajakobsen/a11y-workshop
- Owner: tajakobsen
- License: mit
- Created: 2018-12-11T11:47:43.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T06:09:21.000Z (about 1 year ago)
- Last Synced: 2023-08-24T07:24:18.571Z (about 1 year ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A11y Workshop
This repository contains tasks for the accessibility workshop.
## Getting started
Install dependencies:
```bash
npm install
```Run development server:
```bash
npm run serve
```## Screen readers
- [Chrome Extension](https://chrome.google.com/webstore/detail/screen-reader/kgejglhpjiefppelpmljglcjbhoiplfn)
- VoiceOver (innebygget Mac)
- NVDA (Windows)
- Orca (Linux)## Resources
* [ARIA Authoring Practices Guide](https://www.w3.org/WAI/ARIA/apg/patterns/) (This is an important one!)
* [UU for nettstedet hos uutilsynet](https://www.uutilsynet.no/veiledning/nettsteder/711)
* [WCAG Quickref](https://www.w3.org/WAI/WCAG21/quickref/)
* [MDN - HTML elements reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Element)