Koa11y icon indicating copy to clipboard operation
Koa11y copied to clipboard

Results between URL & Code paste differ

Open jason-dd opened this issue 6 years ago • 1 comments

Run Koa11y against a URL - get HTML file with results, no errors Run Koa11y via code paste - get different results with errors Ran Pa11y via command line & get different results

jason-dd avatar Jan 14 '19 19:01 jason-dd

Unless you change one of the other settings (standards format), the only difference should be the added image a11y details. It just does that part first, then runs the same pa11y code either way. then prepends the resulting data before output.

  • https://github.com/open-indy/Koa11y/blob/4.0/scripts/app.js#L654

Pa11y may be different if you are using a different version or passing in different data.

TheJaredWilcurt avatar Jan 14 '19 20:01 TheJaredWilcurt