Files
ladybird/Libraries/LibWeb/HTML/HTMLSlotElement.idl

6 lines
86 B
Plaintext

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