mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 01:59:14 +03:00
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
interface HTMLMarqueeElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString behaviour;
|
|
[Reflect=bgcolor] attribute DOMString bgColor;
|
|
[Reflect] attribute DOMString direction;
|
|
[Reflect] attribute DOMString height;
|
|
[Reflect] attribute DOMString width;
|
|
|
|
};
|