mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 14:28:49 +00:00
From the Web IDL spec: https://heycam.github.io/webidl/#prod-Namespace Namespace :: namespace identifier { NamespaceMembers } ;
6 lines
131 B
Text
6 lines
131 B
Text
interface HTMLFrameSetElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString cols;
|
|
[Reflect] attribute DOMString rows;
|
|
|
|
};
|