Slottable.idl 233 B

1234567
  1. // FIXME: This #import causes a circular import-related error
  2. // #import <HTML/HTMLSlotElement.idl>
  3. // https://dom.spec.whatwg.org/#mixin-slotable
  4. interface mixin Slottable {
  5. readonly attribute HTMLSlotElement? assignedSlot;
  6. };