> For the complete documentation index, see [llms.txt](https://luis-souza-1.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://luis-souza-1.gitbook.io/wiki/software-engineer/acessibility.md).

# Acessibilidade

O que é acessibilidade? <https://www.youtube.com/watch?v=pOmdL9LzDJg>

## Bibliotecas

* [Axe Core](https://github.com/dequelabs/axe-core-npm)
* [Cypress Axe](https://github.com/component-driven/cypress-axe)
* [Jest Axe](https://github.com/nickcolley/jest-axe)
* [JSX a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y)
* [PA11y](https://github.com/pa11y/pa11y)
  * [Koa11y](https://open-indy.github.io/Koa11y/)

## Ferramentas

* [aXe](https://www.deque.com/axe/)
  * [aXe Devtools](https://www.deque.com/css-tricks)
* [Color Contrast](https://colorcontrast.app/)
* [Stark](https://www.getstark.co/)
* [Wave a11y](https://wave.webaim.org/)

## Leitores de Tela

* [Chrome Vox](https://chrome.google.com/webstore/detail/chromevox-classic-extensi/kgejglhpjiefppelpmljglcjbhoiplfn)
* [Jaws](https://www.freedomscientific.com/products/software/jaws/)
* [Narrator](https://support.microsoft.com/en-us/help/22798/windows-10-complete-guide-to-narrator)
* [NVDA](https://www.nvaccess.org/)
* [Orca](https://wiki.gnome.org/Projects/Orca)
* [Voice Over](https://www.apple.com/accessibility/mac/vision/)

## Link

* [ATAG 1.0](https://www.w3.org/WAI/standards-guidelines/atag/)
* [ATAG 2.0](https://www.w3.org/TR/ATAG20/)
* [WAI-ARIA 1.0](https://www.w3.org/TR/wai-aria-1.0/)
* [WAI-ARIA 1.1](https://www.w3.org/TR/wai-aria-practices-1.1/#intro)
* [WAI-ARIA 1.2](https://www.w3.org/TR/wai-aria-practices-1.2/#intro)
* [WCAG 2.0](https://www.w3.org/Translations/WCAG20-pt-br/WCAG20-pt-br-20141024/)
* [WCAG 2.1](https://www.w3c.br/traducoes/wcag/wcag21-pt-BR/)
