HTMLSlotElement.idl 209 B

123456789
  1. #import <HTML/HTMLElement.idl>
  2. // https://html.spec.whatwg.org/multipage/scripting.html#htmlslotelement
  3. [Exposed=Window]
  4. interface HTMLSlotElement : HTMLElement {
  5. [Reflect] attribute DOMString name;
  6. };