ladybird/Libraries/LibWeb/HTML/HTMLFrameSetElement.idl

6 lines
130 B
Text

interface HTMLFrameSetElement : HTMLElement {
[Reflect] attribute DOMString cols;
[Reflect] attribute DOMString rows;
}