Skip to content
Open
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions data/tools/axe-core.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: axe-core
categories:
- linter
tags:
- html
license: MPL-2.0
types:
- cli
source: 'https://github.com/dequelabs/axe-core'
homepage: 'https://www.deque.com/axe/'
description: >-
Accessibility engine for automated Web UI testing. Tests HTML against
WCAG 2.0, 2.1, and 2.2 guidelines. Used by Google Lighthouse, Microsoft
Accessibility Insights, and thousands of organizations worldwide.
14 changes: 14 additions & 0 deletions data/tools/pa11y.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Pa11y
categories:
- linter
tags:
- html
license: LGPL-3.0
types:
- cli
source: 'https://github.com/pa11y/pa11y'
homepage: 'https://pa11y.org/'
description: >-
Automated accessibility testing tool that runs HTML CodeSniffer or axe-core
from the command line. Supports CI/CD integration, multiple reporters, and
testing against WCAG 2.1 AA standards.
Loading