Files
ladybird/Libraries/LibWeb/DOM/Slottable.idl
Shannon Booth e2f0c340d4 LibWeb: Remove some outdated #import related FIXMEs
We no longer require IDL files to import from one another, so these
FIXMEs about circular references have been fixed.
2026-05-03 10:56:45 +02:00

5 lines
132 B
Plaintext

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