You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 (usingTreeWalker
). 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:
query/focusable.quick.js
selector/focusable.js
test/unit/query.focusable.js
withtest/unit/query.focusable.strict.test.js
tests/focusable/*
build/data-tables/*
Any objections?
The text was updated successfully, but these errors were encountered: