mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Implement HTMLMarqueeElement.scrollDelay
This commit is contained in:
parent
2a408ecfbc
commit
a917f8124c
Notes:
sideshowbarker
2024-07-17 07:25:39 +09:00
Author: https://github.com/jamierocks
Commit: a917f8124c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/608
4 changed files with 22 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue