ladybird/Userland/Libraries/LibWeb/HTML/HTMLMarqueeElement.idl
2021-09-07 13:53:14 +02:00

9 lines
273 B
Text

interface HTMLMarqueeElement : HTMLElement {
[Reflect] attribute DOMString behavior;
[Reflect=bgcolor] attribute DOMString bgColor;
[Reflect] attribute DOMString direction;
[Reflect] attribute DOMString height;
[Reflect] attribute DOMString width;
};