yargalot / gulp-accessibility

Gulp plugin for AccessSniff
48 stars 12 forks source link

Output to CSV columns don't appear to align with column headers #17

Closed JCron245 closed 7 years ago

JCron245 commented 7 years ago

Output looks like this

heading, issue, element, line, column, description
NOTICE,"WCAG2AA.Principle2.Guideline2_4.2_4_2.H25.2",<title>Angular Materialize Base Project</title>,,,6,4,Check that the title element describes the documen....

The extra commas between the element and line columns causes there to be alignment problem. This might be a problem with AccessSniff and not the gulp implementation but I haven't gotten a chance to test out AccessSniff by itself

JCron245 commented 7 years ago

I put in a pull Request to the AccessSniff project that should fix this. The column headers were simply missing a few column names.