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
{{ message }}
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
Either trap focus within a node, or remove it from the focus order/AOM
Both these functions rely on inert, which I think we should use and polyfill. We can also either include blockingElements and its polyfill, or create our own implementation. I'm a little dubious about blockingElements actually becoming spec, at least in the foreseeable future. On the other hand, using the polyfill would mean we don't need to traverse the DOM ourselves to apply inert (this is essentially what the polyfill does).
I believe this would also make sense as a mixin that adds inert and blocking to the properties interface.
I'm not sure what this should be called, since its use isn't limited to focus traps. Perhaps FocusOrderMixin?
The text was updated successfully, but these errors were encountered:
Enhancement
From the widgets focus management issue (dojo/widgets#309 (comment)):
I'm not sure what this should be called, since its use isn't limited to focus traps. Perhaps
FocusOrderMixin
?The text was updated successfully, but these errors were encountered: