Newer
Older
minerva / Userland / Libraries / LibWeb / DOM / Slottable.idl
@minerva minerva on 13 Jul 233 bytes Initial commit
// FIXME: This #import causes a circular import-related error
// #import <HTML/HTMLSlotElement.idl>

// https://dom.spec.whatwg.org/#mixin-slotable
interface mixin Slottable {
    readonly attribute HTMLSlotElement? assignedSlot;
};