ladybird/Userland/Libraries/LibWeb/DOM/ShadowRoot.idl
2021-01-12 12:17:46 +01:00

7 lines
123 B
Plaintext

interface ShadowRoot : DocumentFragment {
readonly attribute DOMString mode;
readonly attribute Element host;
};