Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jorupp
Created July 23, 2015 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorupp/7b0652c341c21ffad4f6 to your computer and use it in GitHub Desktop.
Save jorupp/7b0652c341c21ffad4f6 to your computer and use it in GitHub Desktop.
dumps out the name and heading of the accessibility test rules
$.getScript('https://rawgit.com/GoogleChrome/accessibility-developer-tools/master/dist/js/axs_testing.js', function() {
for (var k in axs.AuditRules.specs) { console.log(k, axs.AuditRules.specs[k].heading); }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment