mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Implement HTMLMarqueeElement.trueSpeed
This commit is contained in:
parent
a917f8124c
commit
1f1276ffb1
Notes:
sideshowbarker
2024-07-16 18:03:21 +09:00
Author: https://github.com/jamierocks
Commit: 1f1276ffb1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/608
2 changed files with 2 additions and 1 deletions
|
@ -250,6 +250,7 @@ namespace AttributeNames {
|
|||
__ENUMERATE_HTML_ATTRIBUTE(target) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(text) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(title) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(truespeed) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(type) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(usemap) \
|
||||
__ENUMERATE_HTML_ATTRIBUTE(valign) \
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue