LibWeb: Implement HTMLMarqueeElement.scrollAmount

This commit is contained in:
Jamie Mansfield 2024-07-13 00:25:04 +01:00 committed by Andreas Kling
commit 2a408ecfbc
Notes: sideshowbarker 2024-07-17 06:09:44 +09:00
4 changed files with 26 additions and 1 deletions

View file

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