mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 10:12:25 -05:00
7 lines
233 B
Text
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;
|
|
};
|