|
@@ -10,12 +10,12 @@ interface HTMLMarqueeElement : HTMLElement {
|
|
[CEReactions, Reflect=bgcolor] attribute DOMString bgColor;
|
|
[CEReactions, Reflect=bgcolor] attribute DOMString bgColor;
|
|
[CEReactions, Reflect] attribute DOMString direction;
|
|
[CEReactions, Reflect] attribute DOMString direction;
|
|
[CEReactions, Reflect] attribute DOMString height;
|
|
[CEReactions, Reflect] attribute DOMString height;
|
|
- [FIXME, CEReactions] attribute unsigned long hspace;
|
|
|
|
|
|
+ [CEReactions, Reflect] attribute unsigned long hspace;
|
|
[FIXME, CEReactions] attribute long loop;
|
|
[FIXME, CEReactions] attribute long loop;
|
|
[FIXME, CEReactions] attribute unsigned long scrollAmount;
|
|
[FIXME, CEReactions] attribute unsigned long scrollAmount;
|
|
[FIXME, CEReactions] attribute unsigned long scrollDelay;
|
|
[FIXME, CEReactions] attribute unsigned long scrollDelay;
|
|
[FIXME, CEReactions] attribute boolean trueSpeed;
|
|
[FIXME, CEReactions] attribute boolean trueSpeed;
|
|
- [FIXME, CEReactions] attribute unsigned long vspace;
|
|
|
|
|
|
+ [CEReactions, Reflect] attribute unsigned long vspace;
|
|
[CEReactions, Reflect] attribute DOMString width;
|
|
[CEReactions, Reflect] attribute DOMString width;
|
|
|
|
|
|
[FIXME] undefined start();
|
|
[FIXME] undefined start();
|