github/accessibilityjs
Client side accessibility error scanner. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3359
- days_rel: n/a
- days_push: 2221
- n_releases_24m: 0
Adoption not part of the score
2165 stars · 42 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A client-side JavaScript library that scans the DOM for common accessibility errors such as missing alt attributes, unlabeled inputs, and buttons without labels. It reports offending elements through a callback so developers can highlight and explain them in the browser.
Use cases
- scan a web page for missing alt attributes on images
- find inputs and buttons without accessible labels
- highlight inaccessible elements with red borders during development
- detect ARIA attributes missing required properties
- audit links missing labels or roles in the browser
When to choose
- you want a lightweight, dependency-free in-browser accessibility check
- you want to surface a11y errors visually to developers in dev or staff mode
- you need quick detection of missing labels, alt text, and ARIA attributes
When to avoid
- you need a comprehensive WCAG audit with detailed reports
- you need server-side or CI-based accessibility testing
- you need automated axe-core-style rule coverage beyond the seven checks it provides
Facets
library · maturity maintenance
accessibility developer-tools testing accessibility web-development frontend developer-tools browser a11y client-side-scanner dom-audit nodejs
2 sources
- readme: https://github.com/github/accessibilityjs · fetched 2026-08-28 · dc2ae3ed297c
- registry_npm: https://registry.npmjs.org/accessibilityjs · fetched 2026-08-29 · 0b85c2e3ebde
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| github/accessibilityjs | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="github/accessibilityjs")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem