mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
9 lines
273 B
Text
9 lines
273 B
Text
interface HTMLMarqueeElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString behaviour;
|
|
[Reflect=bgcolor] attribute DOMString bgColor;
|
|
[Reflect] attribute DOMString direction;
|
|
[Reflect] attribute DOMString height;
|
|
[Reflect] attribute DOMString width;
|
|
|
|
}
|