mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
8 lines
233 B
Plaintext
8 lines
233 B
Plaintext
// 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;
|
|
};
|