HTMLMarqueeElement.idl 305 B

1234567891011
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLMarqueeElement : HTMLElement {
  3. [Reflect] attribute DOMString behavior;
  4. [Reflect=bgcolor] attribute DOMString bgColor;
  5. [Reflect] attribute DOMString direction;
  6. [Reflect] attribute DOMString height;
  7. [Reflect] attribute DOMString width;
  8. };