Accessibility
WCAG compliance and a11y tools
Accessibility (a11y) and WCAG tooling
Accessibility tools surface the WCAG AA/AAA gaps that automated audits flag and the ones they don't: color-contrast checkers (with the actual ratio thresholds, not just pass/fail), heading-structure linters that catch h1→h3 jumps, alt-text generators based on context (not just image content), ARIA-attribute validators that warn when an attribute is contradicting an implicit role, keyboard-navigation simulators. Useful when you're putting a feature through a pre-launch a11y review, when you're building components for a design system that has compliance commitments, or when you're just trying to ship something that works for screen-reader users without re-learning the spec each time.
12 tools

