summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLSlotElement.idl
blob: 364e7fb1a8294426424ade9c8bf95dabcfc9e778 (plain)
1
2
3
4
5
interface HTMLSlotElement : HTMLElement {

    [Reflect] attribute DOMString name;

}