mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
LibWeb: Add all HTML elements between L and Q
This commit is contained in:
parent
b90a91da4a
commit
1fbe4b2a2f
Notes:
sideshowbarker
2024-07-19 04:07:42 +09:00
Author: https://github.com/Lubrsi
Commit: 1fbe4b2a2f
Pull-request: https://github.com/SerenityOS/serenity/pull/3059
Issue: https://github.com/SerenityOS/serenity/issues/2905
61 changed files with 1815 additions and 0 deletions
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;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue