You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
you include the script. It the logs the violations the browser's Javascript
29
-
console. It also POSTs the results to `/access_lint/errors` in your app. If you
30
-
set up and endpoint with that path, you can log the errors on the server too.
31
-
See [AccessLint::Rails](https://github.com/thoughtbot/access_lint-rails) for a
32
-
Rails implementation of server side logging of accessibility errors.
33
-
34
-

23
+
you include the script once on page load, and again for each DOM change event.
35
24
25
+
This feature gives you feedback on new content introduced via AJAX, for example,
26
+
or updates to a single page app.
36
27
37
28
## Development
38
29
39
-
AccessLint Monitor uses babel and webpack to transpile and package ES2015
40
-
code for inclusion clientside. It uses karma and mocha to run tests.
0 commit comments