addyosmani / a11y

Accessibility audit tooling for the web (beta)
http://addyosmani.github.io/a11y/
Apache License 2.0
1.71k stars 76 forks source link

Allow users to configure ADT with the scope selector option #48

Open d-reinhold opened 9 years ago

d-reinhold commented 9 years ago

ADT has a configuration API with some useful functionality. In this PR, we introduced the ability to pass a particular configuration option, scope, through a11y to ADT, allowing users to limit the scope of the page they're testing to a single selector.

We'd like to extend this configuration-passing API to include other options, but first wanted to present this simple PR for feedback.