Skip to content

Tags: AccessLint/accesslint.js

Tags

v1.1.2

Toggle v1.1.2's commit message

Unverified

No user is associated with the committer email.
Remove server reporting, fixes for poltergeist

- Do not POST to /access_lint/errors. This should be a configuration
  option eventually.
- Log violation message in a format that poltergeist webdriver can
  handle.
- Check deep equality of the violation messages with underscore
  (JSON.stringify was failing in poltergeist).
- Update Readme.

v1.1.1

Toggle v1.1.1's commit message

Unverified

No user is associated with the committer email.
Only log distinct new errors

- Check equality of stringified violations to see if we've already had a
  warning with that signature.

v1.1.0

Toggle v1.1.0's commit message

Unverified

No user is associated with the committer email.
Run auditor on mutation events

- Re-run the audit when the DOM changes (via AJAX, or websockets, for
  example).
- Treat the console message as a warning rather than a log message.
- Reference the actual DOM node in the console warning, which makes it
  highlightable and clickable in developer tools.
- Does not rerun on visibility changes (yet).

v1.0.1

Toggle v1.0.1's commit message

Unverified

No user is associated with the committer email.
Disable color contrast and remove version

- Color contrast checking makes the page scroll, which is not ideal in
  dev and staging.

v1.0.0

Toggle v1.0.0's commit message

Unverified

No user is associated with the committer email.
Add eslint