mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibWeb: Add all HTML elements between A and F
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 04:07:47 +09:00
Author: https://github.com/Lubrsi Commit: https://github.com/SerenityOS/serenity/commit/b90a91da4a9 Pull-request: https://github.com/SerenityOS/serenity/pull/3059 Issue: https://github.com/SerenityOS/serenity/issues/2905
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