mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-24 02:09:28 +00:00
12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
#import <DOM/EventHandler.idl>
|
|
#import <HTML/HTMLElement.idl>
|
|
|
|
interface HTMLFrameSetElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString cols;
|
|
[Reflect] attribute DOMString rows;
|
|
|
|
};
|
|
|
|
HTMLFrameSetElement includes WindowEventHandlers;
|