mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Implement HTMLMarqueeElement.trueSpeed
This commit is contained in:
committed by
Andreas Kling
parent
a917f8124c
commit
1f1276ffb1
Notes:
sideshowbarker
2024-07-16 18:03:21 +09:00
Author: https://github.com/jamierocks Commit: https://github.com/LadybirdBrowser/ladybird/commit/1f1276ffb1 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/608
@@ -14,7 +14,7 @@ interface HTMLMarqueeElement : HTMLElement {
|
||||
[FIXME, CEReactions] attribute long loop;
|
||||
[CEReactions] attribute unsigned long scrollAmount;
|
||||
[CEReactions] attribute unsigned long scrollDelay;
|
||||
[FIXME, CEReactions] attribute boolean trueSpeed;
|
||||
[CEReactions, Reflect=truespeed] attribute boolean trueSpeed;
|
||||
[CEReactions, Reflect] attribute unsigned long vspace;
|
||||
[CEReactions, Reflect] attribute DOMString width;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user