Accesslint.js Versions Save

Keep accessibility errors in check.

v1.1.2

8 years ago
  • Removes POST request to access_lint/errors for server logging
  • Fixes capybara/poltergeist errors
  • console messages are more succinct and useful

v1.1.1

8 years ago
  • Console warnings are unique across a single page load.
  • Fixes node representation in console message (nodelists are now nodes).
  • Log each violation individually, making it easier to scan the descriptions in the console.

v1.1.0

8 years ago

Introduce DOM mutation handling.

v1.0.1

8 years ago

This release disables color contrast checking.

Right now axe-core scrolls the page when checking color contrast, which is ok in tests, but not ideal for smoke testing and development.

There is a configuration option that will fix this, pending release: https://github.com/dequelabs/axe-core/pull/148

v1.0.0

8 years ago