ladybird/Libraries/LibWeb/HTML/HTMLFrameSetElement.idl

7 lines
130 B
Text
Raw Normal View History

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