gecko-dev/dom/public/idl/html/HTMLFrameSetElement.idl

5 строки
129 B
Plaintext

interface HTMLFrameSetElement : HTMLElement {
attribute wstring cols;
attribute wstring rows;
};