summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/ShadowRoot.idl
blob: 320ca53e80c58575cc8d47f4319c16e4267dc5e8 (plain)
1
2
3
4
5
6
interface ShadowRoot : DocumentFragment {

    readonly attribute DOMString mode;
    readonly attribute Element host;

};