mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibWeb: Add all HTML elements between L and Q
This commit is contained in:
9
Libraries/LibWeb/HTML/HTMLMarqueeElement.idl
Normal file
9
Libraries/LibWeb/HTML/HTMLMarqueeElement.idl
Normal file
@@ -0,0 +1,9 @@
|
||||
interface HTMLMarqueeElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString behaviour;
|
||||
[Reflect=bgcolor] attribute DOMString bgColor;
|
||||
[Reflect] attribute DOMString direction;
|
||||
[Reflect] attribute DOMString height;
|
||||
[Reflect] attribute DOMString width;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user