-
Hi there,
Did I miss something or it is not possible to display error's location on the dashboard log? When I use pa11y command line, I can see where fixes need to be done.
Have a nice day.
-
Finding pa11y great. Was able to build a decent multi-url script and also build a docker image to run pa11y on cli. One thing still remains to be resolved though. How do I get HTML reports when runnin…
-
Look into the items in the intro in the accessibility outline below:
https://blackbaudinc.app.box.com/notes/56673317054?s=oghr7g307m5akx05manwwwluree0u3bu
-
An issue was raised in pa11y-dashboard which relates more to pa11y https://github.com/springernature/pa11y-dashboard/issues/97 thus raising the issue here
**Further info after looking into the origin…
-
From command line, including the `hide-elements` option appears to have no effect. Below is some output where the error listed should have been ignored:
**Command:** `pa11y --ignore "warning;notice" …
-
Would like to use the reporter options in the Javascript Interface. The raw JSON results are great but would like to be able have the html option.
-
Previously raised by @davidjb in https://github.com/springernature/pa11y/issues/108
> +1. In my case I'm interested in also ignoring everything but a specific selector, so perhaps include/exclude opt…
-
This would allow you to ignore elements on the page that are out of your control, such as advertisements or other third-party code. Open to suggestions on the JS/CLI APIs.