Serenity Operating System
at master 13 lines 397 B view raw
1#import <HTML/HTMLElement.idl> 2 3// https://html.spec.whatwg.org/multipage/obsolete.html#htmlmarqueeelement 4[Exposed=Window] 5interface HTMLMarqueeElement : HTMLElement { 6 7 [Reflect] attribute DOMString behavior; 8 [Reflect=bgcolor] attribute DOMString bgColor; 9 [Reflect] attribute DOMString direction; 10 [Reflect] attribute DOMString height; 11 [Reflect] attribute DOMString width; 12 13};