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

10 lines
273 B
Plaintext

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