summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLSlotElement.idl
blob: fbe2aab5ce89d2a4f9614b66e7a838d83d27a6c3 (plain)
1
2
3
4
5
6
7
#import <HTML/HTMLElement.idl>

interface HTMLSlotElement : HTMLElement {

    [Reflect] attribute DOMString name;

};