a11y.css accessibility checker v2.0.2

  • rating
  • rating
  • rating
  • rating
  • rating
5.00 (1 reviews)
a11y.css provides warnings about possible risks and mistakes that exist in HTML code through a style sheet. This extension also provides several accessibility-related utilities. see https://github.com/ffoodd/a11y.css/tree/webextension for details a11y.css accessibility checker a11y.css accessibility checker a11y.css accessibility checker a11y.css accessibility checker

First a11y.css was a bookmarklet inserting a style shet into the page.

This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.
This extension does the same, plus adds some tools:

  • Outline focus (keyboard navigation)
  • Show languages used (relies on lang attributes)
  • Check alt and title attributes on images

You can submit your bugs on github.

Original bookmarklet code: Gaël Poupard
Extension code: Stéphane Deschamps
Thanks to Anthony Ricaud and Mathieu Pillard for their help!