mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 02:40:49 +00:00
LibWeb: Add all HTML elements between A and F
This commit is contained in:
6
Libraries/LibWeb/HTML/HTMLFrameSetElement.idl
Normal file
6
Libraries/LibWeb/HTML/HTMLFrameSetElement.idl
Normal file
@@ -0,0 +1,6 @@
|
||||
interface HTMLFrameSetElement : HTMLElement {
|
||||
|
||||
[Reflect] attribute DOMString cols;
|
||||
[Reflect] attribute DOMString rows;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user