summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLMarqueeElement.idl
blob: ae258866f04fbeff486b3b276b63e2092cb7fee8 (plain)
1
2
3
4
5
6
7
8
9
interface HTMLMarqueeElement : HTMLElement {

    [Reflect] attribute DOMString behavior;
    [Reflect=bgcolor] attribute DOMString bgColor;
    [Reflect] attribute DOMString direction;
    [Reflect] attribute DOMString height;
    [Reflect] attribute DOMString width;

};