mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-12 01:46:46 +02:00
We no longer require IDL files to import from one another, so these FIXMEs about circular references have been fixed.
5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
// https://dom.spec.whatwg.org/#mixin-slotable
|
|
interface mixin Slottable {
|
|
readonly attribute HTMLSlotElement? assignedSlot;
|
|
};
|