mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 07:34:59 +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
9
Libraries/LibWeb/HTML/HTMLFrameElement.idl
Normal file
9
Libraries/LibWeb/HTML/HTMLFrameElement.idl
Normal file
|
@ -0,0 +1,9 @@
|
|||
interface HTMLFrameElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString name;
|
||||
[Reflect] attribute DOMString scrolling;
|
||||
[Reflect] attribute DOMString src;
|
||||
[Reflect=frameborder] attribute DOMString frameBorder;
|
||||
[Reflect=longdesc] attribute DOMString longDesc;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue