ladybird/Libraries/LibWeb/HTML/HTMLSlotElement.idl

6 lines
86 B
Text
Raw Normal View History

interface HTMLSlotElement : HTMLElement {
[Reflect] attribute DOMString name;
}