open-indy / Koa11y

Easily check for website accessibility issues
https://open-indy.github.io/Koa11y
MIT License
436 stars 26 forks source link

Results between URL & Code paste differ #51

Open jason-dd opened 5 years ago

jason-dd commented 5 years ago

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

TheJaredWilcurt commented 5 years ago

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.

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