mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 06:07:59 +00:00
Libraries: Move to Userland/Libraries/
This commit is contained in:
9
Userland/Libraries/LibWeb/HTML/HTMLFrameElement.idl
Normal file
9
Userland/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;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user