TheA11yMachine
TheA11yMachine copied to clipboard
downgraded the HTML_CodeSniffer version to fix the own sniffer build
Thanks for the PR!
What's the error you're trying to fix?
If you want to generate a sniffer, from your own defined HTML_CodeSniffer standard with the command line tool you'll become a an JS error, see https://github.com/liip/TheA11yMachine/issues/111. This is a result of a basic structure change from the html_CodeSniffer.
old structur of a standard (with the old one the sniffer genration works) `window.HTMLCS_WCAG2AAA'
new: '_global.HTMLCS_WCAG2AAA`
so i downgraded the HTML_CodeSniffer