mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibWeb: Add all HTML elements between A and F
This commit is contained in:
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