mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Implement the hspace and vspace attributes
These properties reflect their respective content attributes.
This commit is contained in:
committed by
Andreas Kling
parent
1bc0fcca8d
commit
9f9aa62128
Notes:
sideshowbarker
2024-07-17 00:57:24 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/9f9aa62128 Pull-request: https://github.com/SerenityOS/serenity/pull/24402 Reviewed-by: https://github.com/mattco98
@@ -10,12 +10,12 @@ interface HTMLMarqueeElement : HTMLElement {
|
||||
[CEReactions, Reflect=bgcolor] attribute DOMString bgColor;
|
||||
[CEReactions, Reflect] attribute DOMString direction;
|
||||
[CEReactions, Reflect] attribute DOMString height;
|
||||
[FIXME, CEReactions] attribute unsigned long hspace;
|
||||
[CEReactions, Reflect] attribute unsigned long hspace;
|
||||
[FIXME, CEReactions] attribute long loop;
|
||||
[FIXME, CEReactions] attribute unsigned long scrollAmount;
|
||||
[FIXME, CEReactions] attribute unsigned long scrollDelay;
|
||||
[FIXME, CEReactions] attribute boolean trueSpeed;
|
||||
[FIXME, CEReactions] attribute unsigned long vspace;
|
||||
[CEReactions, Reflect] attribute unsigned long vspace;
|
||||
[CEReactions, Reflect] attribute DOMString width;
|
||||
|
||||
[FIXME] undefined start();
|
||||
|
||||
Reference in New Issue
Block a user