LibWeb: Implement HTMLMarqueeElement.scrollDelay

This commit is contained in:
Jamie Mansfield 2024-07-13 00:33:26 +01:00 committed by Andreas Kling
commit a917f8124c
Notes: sideshowbarker 2024-07-17 07:25:39 +09:00
4 changed files with 22 additions and 1 deletions

View file

@ -13,7 +13,7 @@ interface HTMLMarqueeElement : HTMLElement {
[CEReactions, Reflect] attribute unsigned long hspace;
[FIXME, CEReactions] attribute long loop;
[CEReactions] attribute unsigned long scrollAmount;
[FIXME, CEReactions] attribute unsigned long scrollDelay;
[CEReactions] attribute unsigned long scrollDelay;
[FIXME, CEReactions] attribute boolean trueSpeed;
[CEReactions, Reflect] attribute unsigned long vspace;
[CEReactions, Reflect] attribute DOMString width;