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

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

};