medialize / ally.js

JavaScript library to help modern web applications with accessibility concerns
http://allyjs.io/
MIT License
1.53k stars 83 forks source link

remove strategy: "quick" from ally.query.focusable et al #132

Open rodneyrehm opened 8 years ago

rodneyrehm commented 8 years ago

As of ally.js 1.1.0 the "quick" strategy (using document.querySelectorAll()) still is the default strategy, even though its accuracy is well below the "strict" strategy (using TreeWalker). The reason for keeping qSA approach was selector performance, but it looks as if it isn't all that much faster.

I'd like to remove this option to simplify the docs and the code base:

Any objections?