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
We need a utility to obtain the document.activeElement from any document. Specifically the utility needs to guard us from problems with SVG and SOP as $.ui.safeActiveElement does.
Unlike get/active-elements this utility does not need to care about ShadowDOM, only the top-level activeElement.
The text was updated successfully, but these errors were encountered:
Extracted from #81.
We need a utility to obtain the
document.activeElement
from any document. Specifically the utility needs to guard us from problems with SVG and SOP as $.ui.safeActiveElement does.Unlike
get/active-elements
this utility does not need to care about ShadowDOM, only the top-levelactiveElement
.The text was updated successfully, but these errors were encountered: