Shopify / javascript-utilities

A set of utilities for JavaScript and TypeScript projects at Shopify.
MIT License
45 stars 9 forks source link

[focus] Updated focusable selector to match only non-disabled node(s) #31

Closed chloerice closed 6 years ago

chloerice commented 6 years ago

Why are these changes being introduced?

closes https://github.com/Shopify/javascript-utilities/issues/30

What is this pull request doing?

Fixes a bug in accessibility when the first or last focusable selector is disabled.

chloerice commented 6 years ago

@dfmcphee added to the change log, let me know if the sentence needs more clarity.