A neat little npm package that runs accessibility (a11y) tests on web pages to whatever WCAG or other standard you need. The fact it can be automated at build time should be very useful. There's also a GUI-based version, Koa11y, which looks useful for quick spot checks. I'm a little surprised there isn't a web hosted version or even a browser plugin, but perhaps someone will fork the project in the future.
- Source
- Link to Original 🔗
- Published
- Categories
- Nuts & Bolts, Inclusion
- Tags
- accessibility, a11y, GitHub, package, testing, automation, WCAG
Explore Other Notes
⬅ Newer
Clean JavaScript Cheat Guide
An adaptation of Robert C. Martin's book Clean Code for JavaScript (ES6+) full of best practice examples and (probably more importantly) common anti-patterns that they can …
Older ➡
Jamstack, IFTTT and Netlify: A Power Trio
A good look behind Andy's "microblog", a small website that powers his Twitter feed and link list via a mixture of IFTTT, RSS, Feedbin, Eleventy, and Netlify. Includes step-by-step guide and source …
- <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>A neat little npm package that runs accessibility (a11y) tests on web pages to whatever WCAG or other standard you need. The fact it can be automated at build time should be very useful. There's also …</p> </body> </html>
- Murray Champernowne