ShadowRoot: activeElement property - Web APIs | MDN (original) (raw)
Value
The Element which currently has focus, or null if there is no focused element.
Examples
js
let customElem = document.querySelector("my-shadow-dom-element");
let shadow = customElem.shadowRoot;
let focusedElem = shadow.activeElement;
Specifications
| Specification |
|---|
| HTML # dom-documentorshadowroot-activeelement-dev |
Browser compatibility
See also
Help improve MDN
Was this page helpful to you?
Yes No
This page was last modified on Apr 8, 2023 by MDN contributors.
View this page on GitHub • Report a problem with this content