mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +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
5
Libraries/LibWeb/HTML/HTMLFieldSetElement.idl
Normal file
5
Libraries/LibWeb/HTML/HTMLFieldSetElement.idl
Normal file
@@ -0,0 +1,5 @@
|
||||
interface HTMLFieldSetElement : HTMLElement {
|
||||
|
||||
readonly attribute DOMString type;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user