mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Implement HTMLMarqueeElement.scrollAmount
This commit is contained in:
parent
66528a17cb
commit
2a408ecfbc
Notes:
sideshowbarker
2024-07-17 06:09:44 +09:00
Author: https://github.com/jamierocks
Commit: 2a408ecfbc
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/608
4 changed files with 26 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue