Created
July 23, 2015 20:53
-
-
Save jorupp/7b0652c341c21ffad4f6 to your computer and use it in GitHub Desktop.
dumps out the name and heading of the accessibility test rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.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