1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00
ladybird/Userland/Libraries/LibWeb/DOM/Slottable.idl
2023-11-11 08:51:51 +01:00

7 lines
233 B
Text

// 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;
};