Best kept secret: the IBM accessibility checker, blows other #a11y testing tools out of the water
✅ open source and well maintained
✅ Free and ad free
✅ multiple rulesets
✅ export results to excel

https://www.ibm.com/able/toolkit/tools/#develop

@SteveFaulkner only misses

  • self-hosting capable
  • works air-gapped
  • export support for TSV & OpenDocument
  • extensive documentation

And it'll yeet #Lighthouse!

@SteveFaulkner
This is what the bookmark function was created for, thank you.
@SteveFaulkner right?! I keep telling people about this one. Also has a cli and can be integrated into test/build processes.
@SteveFaulkner thanks, was unaware of this, will check it out. (Maybe throw a Figma sites example at it 🤣)
@SteveFaulkner @neil Thank you! I ran it on my website and fixed one violation by adding an `aria-labelled-by`.
@SteveFaulkner Thanks for sharing! It's giving me alerts for things that WAVE and axe DevTools weren't picking up before.
@sainthood Is that good or bad? FYI i don''t tend to make use of alerts/recommendations from automated tools, I focus on the errors, stuff that can be practically pass/failed by auto tools
@SteveFaulkner It's good! By alerts, I meant it alerting me of errors. I probably wouldn't have ever known these things were broken or how to fix them if I hadn't seen your post!
@sainthood I found a few links i added to my own site that were failing colour contrast, so fixed em
@SteveFaulkner wow! Thank you for sharing this!