mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
5 lines
86 B
Text
5 lines
86 B
Text
interface HTMLSlotElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString name;
|
|
|
|
}
|