Files
ladybird/Libraries/LibWeb/HTML/HTMLFrameSetElement.idl

7 lines
130 B
Plaintext

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