Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)