We no longer require IDL files to import from one another, so these FIXMEs about circular references have been fixed.
4 lines
132 B
Text
4 lines
132 B
Text
// https://dom.spec.whatwg.org/#mixin-slotable
|
|
interface mixin Slottable {
|
|
readonly attribute HTMLSlotElement? assignedSlot;
|
|
};
|