HTMLMarqueeElement.idl 274 B

123456789
  1. interface HTMLMarqueeElement : HTMLElement {
  2. [Reflect] attribute DOMString behaviour;
  3. [Reflect=bgcolor] attribute DOMString bgColor;
  4. [Reflect] attribute DOMString direction;
  5. [Reflect] attribute DOMString height;
  6. [Reflect] attribute DOMString width;
  7. };