a11y-loop 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,6 +20,7 @@ check.
|
|
|
20
20
|
|
|
21
21
|
<!-- SHIELD GROUP -->
|
|
22
22
|
|
|
23
|
+
[](https://www.npmjs.com/package/a11y-loop)
|
|
23
24
|
[](LICENSE)
|
|
24
25
|
[](https://github.com/ChanMeng666/a11y-loop/graphs/contributors)
|
|
25
26
|
[](https://github.com/ChanMeng666/a11y-loop/network/members)
|
|
@@ -76,12 +77,13 @@ same `SKILL.md` is portable across 40+ clients — Claude Code, Cursor, GitHub C
|
|
|
76
77
|
Gemini CLI, and more — not just one vendor's agent. The CLI runs the same checks standalone in CI
|
|
77
78
|
or any other pipeline.
|
|
78
79
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
accessibility
|
|
83
|
-
|
|
84
|
-
|
|
80
|
+
a11y-loop is a personal open-source project. It exists because the same handful of failures — low
|
|
81
|
+
contrast, missing alt text, empty links and buttons, unlabelled form inputs — have topped the
|
|
82
|
+
WebAIM Million every year for a decade, and the reason is not that they are hard to fix. It is
|
|
83
|
+
that accessibility usually arrives as an after-the-fact compliance check, once the UI is already
|
|
84
|
+
built and nobody wants to touch it. The goal here is to move it earlier: make accessibility a
|
|
85
|
+
default of the development workflow rather than an audit at the end — which matters more now that
|
|
86
|
+
so much UI code is written by AI agents in the first place.
|
|
85
87
|
|
|
86
88
|
**What this is not.** a11y-loop does not claim compliance, does not guarantee accessibility, and
|
|
87
89
|
does not replace manual testing or testing with assistive technology. A clean report means "no
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "a11y-loop",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Makes AI coding agents write accessible UI by default, then proves what it can prove with a real browser audit across the states they built — and tells you exactly what it could not check.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|