alphagov / accessibility-tool-audit

Automated accessibility tools audit
https://alphagov.github.io/accessibility-tool-audit/
MIT License
80 stars 30 forks source link

Change HTMLCS' warnings to manual checks #37

Closed selfthinker closed 6 years ago

selfthinker commented 6 years ago

HTML_CodeSniffer doesn't have warnings the way we define them. All of their results marked as a 'warning' still require manual inspection according to http://squizlabs.github.io/HTML_CodeSniffer/Standards/WCAG2/

This changes the 3 'warning' results to 'manual', which decreases the overall barriers found from 23% to 20%.