Pa11y & Koa11y | GitHub

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.

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 …

  • <!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 Adcock.
Journal permalink