Improve focus-trapping robustness #1625
Labels
Accessibility
This issue is related to accessibility (a11y)
feature
This issue represents a new feature or feature request rather than a bug or bug fix
P4
A relatively minor issue that is not relevant to core functions
The current
<focus-trap>
directive uses a very simple (naive) approach to focus trapping.order
, and shadow roots can cause to two to misalign.This behavior needs to be improved, using ally.js as a guide.
This is somewhat complicated by the need to detect different browsers / platforms, for which behavior varies subtly.
The text was updated successfully, but these errors were encountered: