Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,9 @@ considered if you target a particular presence on those and want to ensure the d
accessibility standards.

- 🛠 [Wave testing](http://wave.webaim.org/)
- 🛠 [axe DevTools](https://www.deque.com/axe/devtools/) — Browser extension for automated WCAG testing
- 🛠 [RatedWithAI](https://ratedwithai.com) — AI-powered accessibility scanner with WCAG 2.2 compliance scoring
- 🛠 [Pa11y](https://pa11y.org/) — Command-line accessibility testing tool for CI/CD pipelines

- [ ] **Keyboard navigation:** ![High][high_img] Test your website using only your keyboard in a previsible order. All
interactive elements are reachable and usable.
Expand Down