mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 19:45:07 +00:00
LibWeb: Add all HTML elements between A and F
This commit is contained in:
parent
a86ce7eaca
commit
b90a91da4a
42 changed files with 1275 additions and 0 deletions
8
Libraries/LibWeb/HTML/HTMLEmbedElement.idl
Normal file
8
Libraries/LibWeb/HTML/HTMLEmbedElement.idl
Normal file
|
@ -0,0 +1,8 @@
|
|||
interface HTMLEmbedElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString src;
|
||||
[Reflect] attribute DOMString type;
|
||||
[Reflect] attribute DOMString width;
|
||||
[Reflect] attribute DOMString height;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue