Skip to content

Instantly share code, notes, and snippets.

@PuddingNL
Created February 18, 2015 15:25
Show Gist options
  • Select an option

  • Save PuddingNL/f309a3727abdba852359 to your computer and use it in GitHub Desktop.

Select an option

Save PuddingNL/f309a3727abdba852359 to your computer and use it in GitHub Desktop.
CodeSniffer Bookmarker
javascript:(function() {var _p='http://squizlabs.github.com/HTML_CodeSniffer/build/';var _i=function(s,cb) {var sc=document.createElement('script');sc.onload = function() {sc.onload = null;sc.onreadystatechange = null;cb.call(this);};sc.onreadystatechange = function(){if(/^(complete|loaded)$/.test(this.readyState) === true){sc.onreadystatechange = null;sc.onload();}};sc.src=s;if (document.head) {document.head.appendChild(sc);} else {document.getElementsByTagName('head')[0].appendChild(sc);}}; var options={path:_p};_i(_p+'HTMLCS.js',function(){HTMLCSAuditor.run('WCAG2AA',null,options);});})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment